Oct 8, 2011 #1 sps210 Computer Joined Oct 2, 2011 Messages 5 Location US My job in abaqus consists of two steps. First step runs fine. I am trying to correct the 2nd step. How do I restart my analysis from the 2nd step, without having to recompute the analysis for step 1.
My job in abaqus consists of two steps. First step runs fine. I am trying to correct the 2nd step. How do I restart my analysis from the 2nd step, without having to recompute the analysis for step 1.
Oct 11, 2011 #2 portliner Automotive Joined Jan 9, 2011 Messages 98 Location SE create a second INP-file like: *Restart, read, step=1 *Step *Static(or whatever) ..... .... *End step The first job must include *Retstart !!!! start the restart-analysis as: abaqus job=restart oldjob=job-1 Upvote 0 Downvote
create a second INP-file like: *Restart, read, step=1 *Step *Static(or whatever) ..... .... *End step The first job must include *Retstart !!!! start the restart-analysis as: abaqus job=restart oldjob=job-1