ProductsAbaqus/Standard Using the utilityThe following procedure summarizes the typical usage of the abaqus substructurerecover utility:
Command summaryabaqus
substructurerecover jobjob-name
substructuresubstructure-name
inputinput-file-name
format{OP4INP4MDFASCSIM}
Command line options
ExamplesThe following examples illustrate different methods of recovering results from a substructure using the abaqus substructurerecover utility. Recovering results within a substructure in an Abaqus-ADAMS flexible body dynamics workflowUse the following command to recover results within a substructure in an Abaqus-ADAMS flexible body dynamics workflow: abaqus substructurerecover job=recover1 substructure=substr_Z1 input=solutions.mdf The recovered results are placed in a file named recover1.odb. Recovering results within a substructure in an Abaqus-Simpack flexible body dynamics workflowIn an Abaqus-Simpack flexible body dynamics workflow, you may have the substructure generalized solution in a file with a .txt extension. In this case you can use the .txt file as input; however, you must use format=ASC as shown in the example below: abaqus substructurerecover job=recover2 substructure=substr_Z1 input=solutions.txt format=ASC Alternatively, you can rename the solutions.txt file to solutions.asc and omit the format argument. The recovered results are placed in a file named recover2.odb. Recovering results within a substructure in an Abaqus-EXCITE flexible body dynamics workflowUse the following command to recover results within a substructure in an Abaqus-EXCITE flexible body dynamics workflow: abaqus substructurerecover job=recover3 substructure=substr_Z1 input=solutions.inp4 The recovered results are placed in a file named recover3.odb. |