Hello there,
I am currently working on a python script for abaqus to extract the strain on section points (centroid) of a composite laminate. What worries me is that even for a small amount of data (1250 x 2 in my special case) this takes atleast two minutes. I need to do this for models several times for not only one but atleast 7 section points which seems to take forever.
I will attach my python file down below, maybe there is a faster way to extract the data. Maybe there is even a way to adress the section points of element sets directly, because right now I am adressing them by the element labels, which works in a really weird way.
Thanks alot for all replies
Best regards