How can you store only the nodal results in a harmonic analysis?


In ANSYS Release 10.0, you need to first issue a OUTRES,ALL,NONE command to clear the OUTRES settings, and then issue an OUTRES,NSOL command to store only the nodal results. If you do not issue the OUTRES,ALL,NONE, then the OUTRES,NSOL command only applies to the first loadstep.

/prep7
et,1,182,2
mp,ex,1,10e6
mp,prxy,1,.3
mp,dens,1,1e-4
rect,0,10,0,1
esize,1
amesh,1
nf=node(10,1,0)
nsel,s,loc,x,0
d,all,all,0
alls
f,nf,fy,-1000

nsel,s,loc,x,10
cm,end_n,nodes
alls

/solu
antype,harm
harfrq,1e2,1e4
outres,all,none
outres,nsol,all,end_n
solve

/post1
set,first
prnsol,dof
set,next
prnsol,dof





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