Converting stress tensor from GCS to LCS
Bipin
Member Posts: 4
**
in Structures
Comments
-
You do this with the geo.rotate operator. Convert the local CS into a rotation matrix input.
1 -
thanks Mike, i´m tring to generate the rot max for the loacl CS. but it gives me error.
cs = model.operator(r"mapdl::rst::CS")
cs.inputs.cs_id.connect(31)
cs_rot_mat = cs.outputs.field.get_data().data.T[0:9]
print(cs_rot_mat)0 -
Resolved, please ignore.
0