Extract GPSTRESS with tcl script
Hello,
I would like to extract the node point stresses after an analysis using a tcl script for further analysis in Matlab. Control cards only allow me to export the GPSTRESS as HM or H3D which is not useful for running an analysis outside of hypermesh and hyperview.
What functions should I use to accomplish this? Or is there an easier way?
Thank you,
-Eric
Answers
-
Hi
If GPSTRESS is only output in HM/H3D, could you try output STRESS in OPTI format with 'LOCATION'=CUBIC or CORNER ?
0 -
Hi tinh,
Thank you for the reply and sorry for the late reply. I have tried outputting STRESS with different locations but they end up producing the same results each time even when I try other locations such as 'CENTER'. I am using solid elements (CTETRA8). My settings are shown below;
I am not sure what I am doing wrong in this case. Any other suggestions and advice is greatly appreciated!
-Eric
0 -
I don't found any command to get result values in hm. But there is a command that makes curves from result,
we can create a curve of which x values are node ids and y values are GPSTRESS,
So that exports the stress to text file easily
0