Product: Abaqus/Standard
The abaqus toexcite translator converts an Abaqus substructure to a flexible body in a format that can be used by the EXCITE multibody dynamics code.
The translator reads Abaqus data from a substructure SIM file and writes data to an EXCITE flexible body interface (.exb) file.
The following procedure summarizes the typical usage of the abaqus toexcite translator:
Create an Abaqus substructure. (General guidelines for building Abaqus models with substructures are described in “Using substructures,” Section 10.1.1.)
The substructure generation step must write at least mass and stiffness matrices, and it must include the *FLEXIBLE BODY option as follows:
*SUBSTRUCTURE GENERATE, MASS MATRIX=YES *FLEXIBLE BODY, TYPE=EXCITE or GENERIC
If TYPE=EXCITE, an EXCITE flexible body of type SMOT, including high-order inertia invariants, is created.
If TYPE=GENERIC, an EXCITE flexible body of type CON6 is created.
Run the Abaqus analysis.
Run the abaqus toexcite translator to read the substructure SIM database produced by the analysis and to create the flexible body interface file.
This option specifies the input and output file names to use during results translation. The job-name value is used to construct the default substructure SIM database file name, job-name.sim. The output flexible body interface file is given the name job-name.exb.
If this option is omitted from the command line, you will be prompted for this value.
This option specifies the name of the substructure SIM database (.sim) file if it is different from job-name.sim. The file will usually be named job-name_Znn.sim.