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 Midside node stress result averaging Reply To: Midside node stress result averaging

Govindan Nagappan
Ansys Employee

Hi Theo,

Instead of using probe, can you export the midside node result data and check the values. You may need a command object to export the data. You can use PowerGraphics (/GRAPHICS,POWER) and turn on 2 element faces (/EFACET,2), which is valid for higher-order elements. You can list the midside node stresses with PRNSOL.  This could be redirected to a file with /OUTPUT command.  

Example commands (nodify the commands as needed)

/post1

set,last

/graphics,power

/efacet,2 

/output,my_result,txt,

prnsol,s,prin

/output

[bingo_chatbox]