Thank you so much for your help.
I have another problem, I know that .rpy (replay file) creates when Abaqus starts up in working directory, but for some reason, I cannot find it anywhere. I have .odb file in working directory but not .rpy!!! do you know why it happens or how can I access it?
Hi
I am going to extract hydrostatic and deviatoric (octahedral) stress from .Odb Abaqus file. I add a Pyton Script code to my .py file and run it, but I got this error "IndentationError: unexpected indent". Can anyone help me to fix it?
Pyton Script is:
from abaqusConstants import *
from...