Ansys Learning Forum Forums Installation and Licensing Ansys Products Post processing result editing Reply To: Post processing result editing

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