next up previous contents
Next: Step Definition Up: FEMGEN-to-ABAQUS Previous: Initial Conditions

History Definition

  ABAQUS History data is used to specify what happens to the model and will take the form of a number of ABAQUS steps, one step per FEMGEN loadcase in ascending order of loadcase number. Each step is divided into four parts: Step Definition, Procedure Definition, Load and Boundary Conditions, and Results Output Control. This chapter details Step Definitions, Procedure Definitions, and Results Output Control; Load and Boundary Conditions are detailed in the chapter 7. Refer to the ABAQUS User's Manual for more detailed information on the fundamental concepts involved in ABAQUS history definitions.

The interface program places the following comment cards at the start of the history definition section of the ABAQUS input file.

**
**********************************************
** HISTORY DEFINITION ...                    *
**********************************************
**

A typical step definition would be as follows:

**********************************************
** FEMGEN LOADCASE     1 *
**************************
**
*STEP, PERTURBATION                    (Step Definition)
*STATIC                                (Procedure Definition)
*NSET, NSET=P2                                          
    5                                                    
*CLOAD, OP=NEW                         (Load Definition)
 P2  ,   1,  100.00                                     
**
***************************
** RESULTS OUTPUT CONTROL *
***************************
**                                                      
*EL FILE, POSITION=AVERAGED AT NODES   (Results Output Control)
S,E                                                     
*END STEP



 

Femsys Limited
9/9/1999