How can I use the OUTRES command to limit the results file content of the nodal results (NSOL)
to be only those of a certain component?


The sample below demonstrates the use on OUTRES,NSOL with a component name. You must
issue OUTRES,NSOL,NONE to suppress the default setting and also you must issue the SET command
in POST1.


/prep7
et,1,42
n,1
n,2,1
n,3,1,1
n,4,,1
e,1,2,3,4
d,1,all
d,4,ux
f,3,fy,-100
nsel,s,,,2,3
cm,n23,node
nsel,all
mp,ex,1,3e7
mp,prxy,1,.3
fini
/solu
outres,nsol,none
outres,nsol,all,n23
outres,stat
solve
fini
/post1
set,last
prnsol,u,x
fini
/exit,nosa





Show Form
No comments yet. Be the first to add a comment!