Go to the source code of this file.
◆ cs_cdofb_ac_compute()
Solve the Navier-Stokes system with a CDO face-based scheme using a Ac-Lagrangian Augmented approach.
- Parameters
-
| [in] | mesh | pointer to a cs_mesh_t structure |
| [in] | nsp | pointer to a cs_navsto_param_t structure |
| [in] | dt_cur | current value of the time step |
| [in,out] | scheme_context | pointer to a structure cast on-the-fly |
◆ cs_cdofb_ac_free_scheme_context()
| void* cs_cdofb_ac_free_scheme_context |
( |
void * |
scheme_context | ) |
|
Destroy a cs_cdofb_ac_t structure.
- Parameters
-
| [in] | scheme_context | pointer to a scheme context structure to free |
- Returns
- a NULL pointer
◆ cs_cdofb_ac_get_face_velocity()
| cs_real_t* cs_cdofb_ac_get_face_velocity |
( |
void * |
scheme_context | ) |
|
Retrieve the values of the velocity on the faces.
- Parameters
-
| [in] | scheme_context | pointer to a structure cast on-the-fly |
- Returns
- a pointer to an array of cs_real_t
◆ cs_cdofb_ac_init_common()
Set shared pointers from the main domain members.
- Parameters
-
◆ cs_cdofb_ac_init_pressure()
| void cs_cdofb_ac_init_pressure |
( |
const cs_navsto_param_t * |
nsp, |
|
|
void * |
scheme_context |
|
) |
| |
Initialize the pressure values.
- Parameters
-
| [in] | nsp | pointer to a cs_navsto_param_t structure |
| [in] | scheme_context | pointer to a structure cast on-the-fly |
◆ cs_cdofb_ac_init_scheme_context()
| void* cs_cdofb_ac_init_scheme_context |
( |
const cs_navsto_param_t * |
nsp, |
|
|
void * |
nsc_input |
|
) |
| |
Initialize a cs_cdofb_ac_t structure.
- Parameters
-
- Returns
- a pointer to a new allocated cs_cdofb_ac_t structure
◆ cs_cdofb_ac_init_velocity()
| void cs_cdofb_ac_init_velocity |
( |
const cs_navsto_param_t * |
nsp, |
|
|
void * |
scheme_context |
|
) |
| |
Initialize the velocity values.
- Parameters
-
| [in] | nsp | pointer to a cs_navsto_param_t structure |
| [in] | scheme_context | pointer to a structure cast on-the-fly |