Greeting
I want print to the Von Mises stress into a txt file using Abaqus script that I have. Attached is the script. I'm able to print the s values at different frames but the point is that I'm not able to print Von Mises stress. I think I should modify this line of the code:
field = frame.fieldOutputs['S'].getSubset(position=INTEGRATION_POINT, readOnly=False)
S = field.bulkDataBlocks[0].data
I tried different commands, but it did not work. So, I'm wondering if there is a way to print Von Mises stress using this script.
Thanks!
Sajjad