Products Abaqus/Standard Command Summary
abaqus redistadb
oldjob
oldjob-name
newjob
newjob-name
input
input-file-name
step
step-number
increment
increment-number
outdir
outdir-name
copyfiles
yes
list
yes
help
yes
Command Line Options
ExamplesYou can run the stand-alone analysis database redistributor as follows: abaqus redistadb oldjob=test_old input=contactdamp_restart copyfiles=yes This command generates the reduced Abaqus analysis database files (.mdl and .stt) under a default name with the persistent data extracted from the previous analysis database at the frame specified by RESTART, READ in the given input file. The command also copies the .odb, .prt, .res, .sim, and .fil (if it exists) files from the previous analysis. You can then run the subsequent analysis with the reduced analysis database using the following command: abaqus job=test_res input=contactdamp_restart oldjob=test_old_RES cpus=4 threads_per_mpi_process=2 |