time control options
indicates that the timestep size does not automatically adapt to the flow characteristics. (e.g. CFL-conditions)
Meshfree steadily increases the timestep size from DELT_dt_start until DELT_dt is reached. The cv-parameter time_step_gain limits the change rate of the timestep size. If DELT_dt is smaller than DELT_dt_start, then the timestep size is constant DELT_dt_start.
indicates that the timestep size automatically adapts to the flow characteristics in the simulation such that CFL conditions are met, see parameter COEFF_dt.
Also here, the cv-parameters time_step_loss and time_step_gain limit the change rate of the timestep size. Additional USER defined timestep size criterions can be defined per material with the DELT_dt_AddCond.
For EULERIMPL, additionally the criterions defined by TOL_T, TOL_v and TOL_keps are considered for the choice the timestep size.
Good to know:List of members: | |
---|---|
Tstart | (compulsory) initial time of a simulation |
Tend | (compulsory) maximum final time of a simulation |
TimeIntegration_N_final | (optional) final time step of a simulation |
DELT_dt | (compulsory) maximum allowed time step size |
DELT_dt_start | (compulsory) time step size at the start of a simulation |
DELT_dt_variable | (optional) let MESHFREE control the time step size |
DELT_dt_AddCond | (optional) defines a custom time step criterion |