We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical APDL Outres Limitations Reply To: APDL Outres Limitations

Chandra Sekaran
Ansys Employee

The outres command can be issued only 50 times "You can issue up to 50 output-control commands for OUTRES, OUTPR, OUTGEOM in an analysis. "

For all components you seem to have set 'outre,nsol,all' . So why not combine all that into one outres command. You can use CMSEL to select all the components; create a new combined component and then issue one OUTRES like below?

cmsel,s,p0

cmsel,a,p1

cmsel,a,p2

...

cmsel,a,p435

CM,COMBINED,node

OUTRES,NSOL,ALL,COMBINED