Go to the source code of this file.
|
| void | cs_domain_update_advfield (cs_domain_t *domain) |
| | Set to true the automatic update of all advection fields. More...
|
| |
| void | cs_domain_set_output_param (cs_domain_t *domain, int nt_interval, int nt_list, int verbosity) |
| | Set to true the automatic update of all advection fields. More...
|
| |
| void | cs_domain_set_time_param (cs_domain_t *domain, int nt_max, double t_max) |
| | Set parameters for unsteady computations: the max number of time steps or the final physical time of the simulation. More...
|
| |
| void | cs_domain_def_time_step_by_function (cs_domain_t *domain, cs_timestep_func_t *func, void *func_input) |
| | Define the value of the time step thanks to a predefined function. More...
|
| |
| void | cs_domain_def_time_step_by_value (cs_domain_t *domain, double dt) |
| | Define the value of the time step. More...
|
| |
| void | cs_domain_initialize_setup (cs_domain_t *domain) |
| | First setup stage of the cs_domain_t structure Define extra domain boundaries Setup predefined equations Create fields Define cs_sles_t structures for variable fields. More...
|
| |
| void | cs_domain_finalize_setup (cs_domain_t *domain, cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities) |
| | Last setup stage of the cs_domain_t structure. More...
|
| |
| void | cs_domain_initialize_systems (cs_domain_t *domain) |
| | Initialize systems of equations and their related field values according to the user settings. More...
|
| |
◆ cs_domain_def_time_step_by_function()
Define the value of the time step thanks to a predefined function.
- Parameters
-
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | func | pointer to a cs_timestep_func_t function |
| [in] | func_input | pointer to a structure cast on-the-fly |
◆ cs_domain_def_time_step_by_value()
| void cs_domain_def_time_step_by_value |
( |
cs_domain_t * |
domain, |
|
|
double |
dt |
|
) |
| |
Define the value of the time step.
- Parameters
-
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | dt | value of the constant time step |
◆ cs_domain_finalize_setup()
Last setup stage of the cs_domain_t structure.
- Parameters
-
◆ cs_domain_initialize_setup()
| void cs_domain_initialize_setup |
( |
cs_domain_t * |
domain | ) |
|
First setup stage of the cs_domain_t structure Define extra domain boundaries Setup predefined equations Create fields Define cs_sles_t structures for variable fields.
- Parameters
-
◆ cs_domain_initialize_systems()
| void cs_domain_initialize_systems |
( |
cs_domain_t * |
domain | ) |
|
Initialize systems of equations and their related field values according to the user settings.
- Parameters
-
◆ cs_domain_set_output_param()
| void cs_domain_set_output_param |
( |
cs_domain_t * |
domain, |
|
|
int |
nt_interval, |
|
|
int |
nt_list, |
|
|
int |
verbosity |
|
) |
| |
Set to true the automatic update of all advection fields.
Set auxiliary parameters related to the way output is done
- Parameters
-
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | nt_interval | frequency for the restart process |
| [in] | nt_list | output frequency into the listing |
| [in] | verbosity | level of information displayed |
Set to true the automatic update of all advection fields.
- Parameters
-
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | nt_interval | frequency for the restart process |
| [in] | nt_list | output frequency into the listing |
| [in] | verbosity | level of information displayed |
◆ cs_domain_set_time_param()
| void cs_domain_set_time_param |
( |
cs_domain_t * |
domain, |
|
|
int |
nt_max, |
|
|
double |
t_max |
|
) |
| |
Set parameters for unsteady computations: the max number of time steps or the final physical time of the simulation.
- Parameters
-
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | nt_max | max. number of time step iterations |
| [in] | t_max | final physical time of the simulation |
| [in,out] | domain | pointer to a cs_domain_t structure |
| [in] | nt_max | max. number of time step iterations |
| [in] | t_max | final physical time of the simulation |
◆ cs_domain_update_advfield()
Set to true the automatic update of all advection fields.
- Parameters
-