Stop Condition

The stop condition defines when SIMULIA Tosca Fluid finishes.

To determine when the SIMULIA Tosca Fluid optimization job ends, a stop condition must be defined my means of a maximum number of iterations. This stop condition is defined using the <STOP> command:

<STOP>
  <ID_NAME>my_stop_cond</ID_NAME>
  <ITER_MAX>1000</ITER_MAX>
</STOP>

In this example, 1000 iterations are defined as maximum number.

Note: The stop condition must be referenced within the <OPTIMIZE> command.