Go to the source code of this file.
◆ cs_cdo_finalize()
Free all structures allocated during the resolution of CDO/HHO schemes.
- Parameters
-
◆ cs_cdo_initialize_setup()
Initialize the computational domain when CDO/HHO schemes are activated and cs_user_model() has been called At this stage of the settings, mesh quantities and adjacencies are not defined. Only the major moddeling options are set. The related equations and main properties have been added.
- Parameters
-
Initialize the computational domain when CDO/HHO schemes are activated and cs_user_model() has been called At this stage of the settings, mesh quantities and adjacencies are not defined. Only the major moddeling options are set. The related equations and main properties have been added.
- Parameters
-
◆ cs_cdo_initialize_structures()
Build additional connectivities and quantities when CDO/HHO schemes are activated. Finalize the setup and from the settings, define the structures related to equations and modules.
- Parameters
-
[in,out] | domain | pointer to a cs_domain_t structure |
[in,out] | m | pointer to a cs_mesh_t struct. |
[in] | mq | pointer to a cs_quantities_t struct. |
◆ cs_cdo_is_initialized()
void cs_cdo_is_initialized |
( |
bool * |
setup, |
|
|
bool * |
structures |
|
) |
| |
Check if CDO has been initialized.
- Parameters
-
[in,out] | setup | indicator if setup has been initialized, or null if not queried |
[in,out] | structures | indicator if structures have been initialized, or null if not queried |
[in,out] | setup | indicator if setup has been initialized, or nullptr if not queried |
[in,out] | structures | indicator if structures have been initialized, or nullptr if not queried |
◆ cs_cdo_main()
Main program for running a simulation with the CDO kernel.
- Parameters
-
Main program for running a simulation with the CDO kernel.
- Parameters
-
◆ cs_cdo_solve_steady_state_domain()
void cs_cdo_solve_steady_state_domain |
( |
void |
| ) |
|
Solve only steady-state equations.
◆ cs_cdo_solve_unsteady_state_domain()
void cs_cdo_solve_unsteady_state_domain |
( |
void |
| ) |
|
Solve all the equations of a computational domain for one time step.