2.2 Setting up the Abaqus model to create a modal neutral file without stress or strain

If you want the Abaqus Interface for MSC.ADAMS to create a modal neutral file without stress or strain, you can use the following template to prepare an input file for the Abaqus analysis:

*HEADING
...
********************
*STEP
*FREQUENCY, EIGENSOLVER=...
...
*BOUNDARY
...
*ELEMENT MATRIX OUTPUT, MASS=YES, ELSET=...
*NODE FILE
U,
*END STEP
********************
*STEP, UNSYMM=NO
*SUBSTRUCTURE GENERATE, TYPE=Z...,
 RECOVERY MATRIX=YES, MASS MATRIX=YES
*RETAINED NODAL DOFS
...
*SELECT EIGENMODES
...
*SUBSTRUCTURE LOAD CASE, NAME=...
*CLOAD
...
*SUBSTRUCTURE MATRIX OUTPUT,
 RECOVERY MATRIX=YES, MASS=YES,
 STIFFNESS=YES, SLOAD=YES
*END STEP
********************

The history section of the input file must contain a *FREQUENCY step to calculate the fixed-interface normal modes, followed by a *SUBSTRUCTURE GENERATE step. The *FREQUENCY step may be preceded by any number of steps to apply a desired preload to the model.

Note the following points about the *FREQUENCY step:

Note the following points about the *SUBSTRUCTURE GENERATE step:

The history section of the Abaqus input file may include general steps preceding the required *FREQUENCY and *SUBSTRUCTURE GENERATE steps. Note the following points about these optional general steps: