Hi guys
Would need help understand how to retrieve stress tensor values on a path considering: element orientations the are defined in the associated body, layer, and position . Similar to a user plot defined on a path:
I have developed the module to retrieve the nodes on the path and I have a named selection of the corresponding bodies. so basically i would like to see how to get SX,SY,SZ ,... using DPF (for example:
import mech_dpf
import Ans.DataProcessing as dpf
mech_dpf.setExtAPI(ExtAPI)
dataSource = dpf.DataSources(analysis.ResultFileName)
SX = dpf.operators.result.stress_X
Any help in this regard is highly appreciated guys. :)
Cheers