Modify the Step Definition

Change the load step to perform optimally with Helius PFA.

Many linear elastic analyses require only a single increment per step. A single increment is inadequate, however, when progressive failure is modeled because multiple increments are required to visualize the initiation and propagation of failure. Default nonlinear solution controls, as recommended in the Nonlinear Solution Control Parameters section of the Helius PFA User's Guide, are also modified.

  1. Locate the SUBCASE 1 entry.
  2. On the line below, type NLSTEP = 1.
  3. Now locate the BEGIN BULK entry.
  4. On the line below, type the following:
    $
    NLSTEP, 1, 1.0
     , GENERAL, 1000,
     , FIXED, 100,
     , MECH, PV, , 0.005
    $
Together, the entries from steps 2 and 4 define the nonlinear solution controls and time incrementation for the analysis.

With these modifications, the bulk data file should appear as follows:
NASTRAN SYSTEM(444) = 1
NASTRAN SYSTEM(151) = 1
SOL 101
CEND
SUBCASE 1
   NLSTEP = 1
   SPC = 2001
   DISPLACEMENT(SORT1,REAL)=ALL
   SPCFORCES(SORT1,REAL)=ALL
   STRESS(SORT1,REAL,VONMISES,BILIN)=ALL
BEGIN BULK
$
NLSTEP, 1, 1.0
 , GENERAL, 1000,
 , FIXED, 100,
 , MECH, PV, , 0.005
$