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: | |
|---|---|
| COEFF_dt_d30 | time step criterion depending on %ind_d30% (DROPLETPHASE only) (TC) |
| COEFF_dt_coll | time step criterion from interaction model (DROPLETPHASE only) (TC) |
| COEFF_dt_free | (experimental) factor for exaggerated movement of the free surface (TC) |
| COEFF_dt_Darcy | define the virtual time step size for applications with Darcy (Brinkman) term (TC) |
| COEFF_dt | (chamberwise) factor for computation of time step size (TC) |
| COEFF_dt_virt | (chamberwise) scaling factor for the virtual time step size (TC) |
| Tstart | initial time of a simulation |
| Tend | maximum final time of a simulation |
| TimeIntegration_N_final | (optional) final time step of a simulation |
| DELT_dt | maximum allowed time step size |
| DELT_dt_start | time step size at the start of a simulation |
| DELT_dt_variable | (optional) let MESHFREE control the time step size |
| DELT_dt_min | (optional) minimum allowed time step size |
| DELT_dt_AddCond | (optional) defines a custom time step criterion |
| COEFF_dt_SurfaceTension | (optional) time step criterion for surface tension |