Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Midside node stress result averaging › Reply To: Midside node stress result averaging
February 2, 2024 at 4:05 pm
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