Go to the source code of this file.
◆ cs_cdofb_predco_compute_implicit()
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and an Euler time scheme.
- Parameters
-
[in] | mesh | pointer to a cs_mesh_t structure |
[in] | nsp | pointer to a cs_navsto_param_t structure |
[in,out] | scheme_context | pointer to a structure cast on-the-fly |
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and an Euler time scheme.
- Parameters
-
[in] | mesh | pointer to a cs_mesh_t structure |
[in] | nsp | pointer to a cs_navsto_param_t structure |
[in,out] | scheme_context | pointer to a structure cast on-the-fly |
◆ cs_cdofb_predco_free_scheme_context()
void * cs_cdofb_predco_free_scheme_context |
( |
void * |
scheme_context | ) |
|
Destroy a cs_cdofb_predco_t structure.
- Parameters
-
[in] | scheme_context | pointer to a scheme context structure to free |
- Returns
- a null pointer
◆ cs_cdofb_predco_init_common()
Set shared pointers from the main domain members.
- Parameters
-
◆ cs_cdofb_predco_init_scheme_context()
Initialize a cs_cdofb_predco_t structure.
- Parameters
-
[in] | nsp | pointer to a cs_navsto_param_t structure |
[in] | adv_field | pointer to cs_adv_field_t structure |
[in] | mflux | current values of the mass flux across primal faces |
[in] | mflux_pre | previous values of the mass flux across primal faces |
[in] | fb_type | type of boundary for each boundary face |
[in] | nsc_input | pointer to a cs_navsto_projection_t structure |
- Returns
- a pointer to a new allocated cs_cdofb_predco_t structure