Does someone have an example of taking an APDL element CS and getting stress results in relation to that system for each time point with DPF?
I want to use the geo.rotate operator and an operator to get the element CS with its corresponding Euler angles from the .rst file for each time point.
I see this operator, but not sure if it gets what I want: result.euler_nodes
Also, I would need to the function/equation to convert the euler angles to rotation matrix for the geo.rotate operator.
Lastly, is there a way to do this as a single operator? I see the operator for the fields container for geo.rotate, but that seeems to take a single rotation matrix, and this question is for a rotation matrix that is also results-set-specific.