Hi everyone,
I am new to scripting in ABAQUS. I am trying to write a script to perform fatigue analysis by the means of critical plane approaches. To do so, I need to find the value of the maximum normal stress and normal strain and the plane on which these values are maximum over each element.
I could extract the stress and strain tensors and rotate them, but the problem is I can not save all values to find the maximum one and save them as a fieldValue to illustrate them on the viewport.
I am so appreciated if anyone has an example of a critical plane scripting in Abaqus to share with me.