Setting Solver Parameters and Stopping Criteria
Set the appropriate solver parameters and stopping criteria for the simulation.
By default the time step size is set to 1 s. Modify this setting and prescribe a variable time step size according to the following rule:
-
When time < 1 s, time step = 0.001 s
-
Otherwise, time step=0.01 s
To set the solver parameters and stopping criteria:
-
Edit the
node and set the following properties:
Property Setting Time-Step ($Time<1) ? 0.001 : 0.01 Temporal Discretization 2nd-order -
Edit the
Stopping Criteria node and set the following properties:
Node Property Setting Maximum Physical Time Enabled Activated Maximum Physical Time 10 s Maximum Inner Iterations Maximum Inner Iterations 5 Maximum Steps Enabled Deactivated - Save the simulation.