August 17, 2023 at 11:26 am
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