Q. Using "OUTRES, Item, Freq, Cname" to save only results at entities predefined to component names runs without error at 8.1, but in 9.0 this information is not available.

A. This is a defect (#31127) which has been corrected at 10.0. Below is a demo APDL to reproduce the problem at 9.0.


fini
/clear

/prep7
et,1,185
mp,ex,1,2.1e5
block,0,100,0,10,0,10
esize,5
vmesh,all
nsel,s,loc,x,0
d,all,all,0
nsel,s,loc,x,40,50
esln,s,1
cm,mv_e,elem
cm,mv_n,node
/solu
nsel,s,loc,x,100
d,all,uy,-10
nlgeom,on
nsubs,10,10,10
alls

outres,erase
outres,all,last
outres,esol,all,mv_e
outres,nsol,all,mv_n
solve

nsel,s,loc,x,100
d,all,uy,-20
nsubs,10,10,10
alls
solve

/post1
set,first
plns,s,eqv


Q. Using "OUTRES, Item, Freq, Cname" to save only results at entities predefined to component names runs without error at 8.1, but in 9.0 this information is not available.

A. This is a defect (#31127) which has been corrected at 10.0. Below is a demo APDL to reproduce the problem at 9.0.


fini
/clear

/prep7
et,1,185
mp,ex,1,2.1e5
block,0,100,0,10,0,10
esize,5
vmesh,all
nsel,s,loc,x,0
d,all,all,0
nsel,s,loc,x,40,50
esln,s,1
cm,mv_e,elem
cm,mv_n,node
/solu
nsel,s,loc,x,100
d,all,uy,-10
nlgeom,on
nsubs,10,10,10
alls

outres,erase
outres,all,last
outres,esol,all,mv_e
outres,nsol,all,mv_n
solve

nsel,s,loc,x,100
d,all,uy,-20
nsubs,10,10,10
alls
solve

/post1
set,first
plns,s,eqv





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