Setting Stopping Criteria

Stopping Criteria is created based on the Monitors for Continuity and Momentum to make sure that the solution does not iterate unnecessarily within a single time-step.

Set the Maximum Physical Time to 1.0 s.
  1. Right-click the Stopping Criteria node and select New Monitor Criterion...
  2. In the Select Monitor dialog, select the Continuity monitor and click OK.
  3. Repeat this step to create criteria for X-momentum, Y-momentum, and Z-momentum.
  4. Select the Stopping Criteria > Continuity Criterion > Minimum Limit node, and then use Ctrl Click to select the Minimum Limit nodes for the X-momentum Criterion, the Y-momentum Criterion and the Z-momentum Criterion.


  5. Set the Minimum Value to 0.001.
  6. Select the Stopping Criteria > Continuity Criterion node, and then use Ctrl Click to select the X-momentum Criterion, Y-momentum Criterion, and Z-momentum Criterion nodes.


  7. In the Properties window change the Logical Rule to And.
Having a Logical Rule of And means that the value of all four monitors (Continuity, X-momentum, Y-momentum and Z-momentum) must fall to 0.001 before the simulation assumes that an adequate level of convergence has been achieved and move on to the next time step. It is possible that one of the other Stopping Criteria could activate before reaching this level of convergence, in which case the simulation would move on to the next time step regardless.
  1. Select the Stopping Criteria > Maximum Inner Iterations node and set the Maximum Inner Iterations to 10.
  2. Select the Stopping Criteria > Maximum Physical Time node and make sure that the Max Physical Time property is set to 1.0 s.