I would like to write results only for specific load steps. The "OUTRES" command allows me to set up a result writing frequency, but I need individual control.


You can issue the "OUTRES" command each load step to achieve this effect. The input file below sets up a simple 4-load step analysis and requests results only for load steps 2 and 4.

fini
/clear
/prep7
mp,ex,1,30e6
mp,nuxy,1,0.3
et,1,186
blc4,0,0,1,1,1
esize,.1
vmesh,all
/solu
nsel,s,loc,y,0
d,all,all
nsel,s,loc,y,1
cm,loadnodes,nodes
f,loadnodes,fy,-100
allsel
time,1
outres,erase
outres,all,none
solve
!
time,2
f,loadnodes,fy,-200
outres,all,all
solve
!
time,3
f,loadnodes,fy,-50
outres,erase
outres,all,none
solve
!
time,4
f,loadnodes,fy,-80
outres,all,all
solve
/post1
file,
set,list





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