Using the Translator
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.)
The substructure generation step must write at least mass and stiffness matrices. It can also write the recovery, viscous damping, and structural damping matrices. The FLEXIBLE BODY option must be used. For example,
SUBSTRUCTURE GENERATE, MASS MATRIX=YES, RECOVERY MATRIX=YES, VISCOUS DAMPING MATRIX=YES, STRUCTURAL DAMPING MATRIX=YES FLEXIBLE BODY, TYPE=EXCITE
-
If TYPE=EXCITE, an EXCITE flexible body of type CON6 including high-order inertia invariants is created.
-
If TYPE=EXCITE, FORMULATION=REDUCED, a simplified EXCITE flexible body of type CON6 using only first-order inertia invariants is created.
-
If TYPE=EXCITE, FORMULATION=SMALL MOTION, a small-motion flexible body of type SMOT 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 EXCITE binary file.