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

/STOP

Engine Keyword The Engine is stopped, due to reached energy error ratio criteria, total mass ratio criteria or nodal mass ratio criteria.

Format

/STOP

Emax ΔMmax ΔNmax NTH NANIM NERR_POSIT

Definitions

Field Content SI Unit Example
Emax Energy error ratio. Defined as the ratio of the current simulation energy to the total energy in the system. Unlike the energy error listed in the engine output file, this value can be greater than 0.999 (99.9%).

Default = 1030

 
ΔMmax Total mass ratio criteria. Defined as the ratio of total mass at a given time divided by the initial mass.

Default = 1030

 
ΔNmax Nodal mass ratio criteria. 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.

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. 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.
  2. The total mass criteria is defined as the ratio of total added mass at a given time divided by the initial total mass.
  3. 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.
  4. A restart file is written, if the Engine is stopped, due to one of these events.