My analysis has 3000 load steps. How can I use the RESCON command
to have the maximum number of restart points?


Per the MAXFILES field documentation of the RESCONTROL command, `The
total maximum number of .Rnnn files for one run is 999.`
If you want to be able to restart from every third load step, use either of these
sets of commands prior to the first solve command:

resc,defi,all,none
resc,defi,3,last
resc,defi,6,last
resc,defi,9,last
resc,defi,12,last
resc,defi,15,last
`
resc,stat


or


resc,defi,all,none
*do,jj,3,2997,3
resc,defi,jj,last
*enddo
resc,stat





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