stress at interfacial Guass point
hello,
I have encountered a problem to calculate the stress at interfacial Guass point of each hexahedron element. Since the effective stress is needed to decide whether a cohesive element should be inserted when using the extrinsic cohesive element model, the stress at interfacial Guass point of each element is chosen to calculate effective stress. In the calculation process, the stress at Guass point of each hexaderon element can be obtained.Is there anyone who knows how to calculate the interfacial stress accurately? I would appreciate your comments.
Hi All!
My problem is quite simple:
I need to change (add arguments) to a inp file, then submit the inp file
for analysis and finally to
read some results from the odb file.
I choose to use python (not the PDE provided by abaqus CAE but the
general python GUI). I’m sure this choice has consequences, perhaps the
import abaqus won’t work? This could bypassed if I run my code using abaqus python in the command window.