Go to the source code of this file.
|
| subroutine | scalars::scalars_init (this, n_scalars, msh, coef, gs, params, numerics_params, user, chkp, ulag, vlag, wlag, time_scheme, rho) |
| | Initialize the scalars container.
|
| |
| subroutine | scalars::scalars_init_single (this, msh, coef, gs, params, numerics_params, user, chkp, ulag, vlag, wlag, time_scheme, rho) |
| |
| subroutine | scalars::scalars_step (this, time, ext_bdf, dt_controller) |
| | Perform a time step for all scalar fields.
|
| |
| subroutine | scalars::scalars_restart (this, chkp) |
| | Restart from checkpoint data.
|
| |
| subroutine | scalars::scalars_set_initial_conditions (this, user, is_restart) |
| | Set initial conditions for all scalar fields.
|
| |
| subroutine | scalars::scalars_validate (this) |
| | Check if the configuration is valid.
|
| |
| subroutine | scalars::scalars_free (this) |
| | Clean up all resources.
|
| |