Loading [MathJax]/jax/output/CommonHTML/jax.js

/KILL

Engine Keyword The Engine is stopped and restart files are not created, if one of the following criteria is exceeded.

Format

/KILL

Emax ΔMmax ΔNmax NTH NANIM NERR_POSIT
           

Definition

Field Contents SI Unit Example
Emax Energy error ratio. Defined as the ratio of the current simulation energy to the initial energy plus the work added in the system. Unlike the energy error listed in the Engine output file, this value can be greater than 0.999 (99.9%). By default, the run is stopped, if the absolute value of the energy error is exceeded. To only stop for positive energy error, use NERR_POSIT =1.

Default = 1030

 
ΔMmax Total mass added ratio criteria is defined as the ratio of total added mass of the model at a given time divided by the initial total mass.

Default = 1030

 
ΔNmax Nodal mass ratio criteria is defined for each node as its mass divided by its initial mass. The computation is stopped, if at least one node meets the criteria.

Default = 1030

 
NTH
= 0 (Default)
The Engine is stopped without Time History file.
= 1
A Time History file is written if the Engine is stopped, due to energy error ratio criteria.
 
NANIM
= 0 (Default)
The Engine is stopped without animation file.
= 1
An animation file is written if the Engine is stopped, due to energy error ratio criteria.
 
NERR_POSIT
= 0 (Default)
The Engine is stopped when the absolute value of the energy error is more than Emax.
= 1
Only positive energy error is checked for stopping the Engine. Engine is stopped when the energy error is more than Emax.
 

Comments

  1. Energy error ratio:(1)
    Ek+Erk+EiEk,1+Erk,1+Ei,1+EwkEwk,11
    Where,
    Ek
    Translational kinetic energy at current time.
    Erk
    Rotational kinetic energy at current time.
    Ei
    Internal energy.
    Ewk
    Work of external forces (energy brought to the system).
    E,1
    Energy at beginning of the RUN (not at time t=0).
  2. To find the divergence of the Engine run, it is better to only check for the positive energy error and not the negative energy error. To find early divergence, it is recommended to use NERR_POSIT = 1, NTH = 1, NANIM = 1, and a relatively low value for Emax.
  3. The total mass criteria is defined as the ratio of total added mass at a given time divided by the initial total mass.
  4. The nodal mass ratio criteria is defined for each node as the ratio of its mass divided by its initial mass. The computation is stopped, if at least one node meets the criteria.
  5. No restart file is written, if the Engine is stopped, due to one of these events (to write a Restart file, use /STOP).