ProductsAbaqus/StandardAbaqus/Explicit Appending data when the analysis restarts between steps versus midstepYou can append output database files from analyses that restart between steps and from analyses that restart in the middle of a step. While the required syntax is the same for these two types of analyses, Abaqus appends data differently, as follows:
Customizing the combined output database fileBy default, Abaqus appends the output data produced by the restart analysis directly to the original output database file. If you prefer to retain the original output database file, you can create a copy of it and append the restart analysis output data to the copy instead. Abaqus names this copy using the format Restart_original-odb-filename; for example, a copy of the original output database file job–1.odb would be named Restart_job-1.odb. Abaqus omits history data when you combine original and restart output databases; however, you can override this default. You can also control whether Abaqus compresses the combined output database file. Command summaryabaqus
restartjoinoriginalodbodb-file-namerestartodbodb-file-namecopyoriginalhistorycompressresult
Command line options
ExamplesIf your model produced an initial output database file named Job-1.odb and a restart output database file named Job-1_res.odb, issue the following command to append the contents of the restart database to the initial output database file: abaqus restartjoin originalodb=Job-1.odb restartodb=Job-1_res.odb If you prefer to retain the original output database file, you can create a copy of this original file and append the contents of the restart output database file to the copy instead. Abaqus creates the name of the copied output database file by adding the prefix Restart_ to the name of the original file; in the preceding example the copy of the original file Job-1.odb would be named Restart_Job-1.odb. To perform the restart join operation using a copy of the original file, issue the following command: abaqus restartjoin originalodb=Job-1.odb restartodb=Job-1_res.odb copyoriginal By default, Abaqus does not copy history data to the combined output database. To include history data, issue the following command: abaqus restartjoin originalodb=Job-1.odb restartodb=Job-1_res.odb history |