Ansys Learning Forum › Forums › Installation and Licensing › Ansys Products › Post processing result editing › Reply To: Post processing result editing
November 21, 2024 at 9:01 am
Deepak
Ansys Employee
Hi,Â
*GET - used to define scalar parameter
*VGET - Retrieves values and stores them into an array parameter, the below code helps in extracting the equivalent stress values of all nodes and stores them in the VOM_STRESS parameter.
*VGET, VOM_STRESS, NODE,0, S, EQV.
Then you may use the *IF and *DO loop to extract the data from the VOM_STRESS array for the nodes whose stress value exceeds the prescribed value.
Â
Reference links: *VGET; *IF; *DO
Â
Thanks,
Deepak