Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical How to sort nodal stresses values within a given stress range in Ansys APDL? Reply To: How to sort nodal stresses values within a given stress range in Ansys APDL?

Leon_2013
Subscriber
Hi gnagapp,nFirst of all thank you for your answer. I have the following snippet:nn*DO,j,1,nnode,1n*GET,VM_stres(j,1),NODE,selnodes(j),s,eqvn!COPY THE NODES ID INTO THE VM_stres MATRIXn*MFUN,VM_stress(j,2),copy,selnodes(j)n*ENDDOnnwhere the VM_stress is a matrix which contains lets say 50 nodal Von Misses stress values and their Nodal ID. I would like to extract from this matrix the equivalent stresses and nodal IDs for a given stress range and print it in the output information. Can you help me with this?, and sorry I'm new in APDL .nnBest regards,n
[bingo_chatbox]