[ANSYS, Inc. Logo] return to home search
next up previous contents index


33.17.4 Variable Time Step Settings Dialog Box

The Variable Time Step Settings dialog box contains parameters related to variable time stepping. See Section  26.12.3 for details.

figure

Controls

Global Courant Number   allows you to specify the Courant number. The default value for the Global Courant number is 2.

Ending Time   specifies an ending time for the calculation. Since the ending time cannot be determined by multiplying the number of time steps by a fixed time step size, you need to specify it explicitly.

Minimum/Maximum Time Step Size   specify the upper and lower limits for the size of the time step. If the time step becomes very small, the computational expense may be too high; if the time step becomes very large, the solution accuracy may not be acceptable to you. You can set the limits that are appropriate for your simulation.

Minimum/Maximum Step Change Factor   limit the degree to which the time step size can change at each time step. Limiting the change results in a smoother calculation of the time step size, especially when high-frequency noise is present in the solution. If the time step change factor, $f$, is computed as the ratio between the specified truncation error tolerance and the computed truncation error, the size of time step $\Delta t_n$ is computed as follows:

  • If $1 < f < f_{\rm max}$, $\Delta t_n$ is increased to meet the required tolerance.

  • If $1 < f_{\rm max} < f$, $\Delta t_n$ is increased, but its maximum possible value is $f_{\rm max}\Delta t_{n-1}$.

  • If $f_{\rm min} < f < 1$, $\Delta t_n$ is unchanged.

  • If $f < f_{\rm min} < 1$, $\Delta t_n$ is decreased.

Number of Fixed Time Steps   specifies the number of fixed-size time steps that should be performed before the size of the time step starts to change. The size of the fixed time step is the value specified for Time Step Size under Time.

User-Defined Time Step   contains a drop-down list of available user-defined functions.


next up previous contents index Previous: 33.17.3 Adaptive Time Step
Up: 33.17 Run Calculation Task
Next: 33.17.5 Sampling Options Dialog
Release 12.0 © ANSYS, Inc. 2009-01-29