Hey,
I want to investigate the fatigue of given loads steps with DPF in Python. Therefore, I extract all data from the *.rst file and compute my damage value for each node (e.g., for a named selection). Finally, this results in a list of node ids (resulting from the named selection) and associated damage values (from my computation).
Can you please help me to create a "new" field (e.g., damage)? How can I plot this results/field in a 3D contour plot?
Thank you,
Thomas