My Project
programmer's documentation
|
#include "cs_defs.h"
#include "cs_base.h"
#include "cs_cdo_connect.h"
#include "cs_cdo_quantities.h"
#include "cs_equation.h"
#include "cs_mesh.h"
#include "cs_navsto_coupling.h"
#include "cs_navsto_param.h"
#include "cs_source_term.h"
#include "cs_time_step.h"
Go to the source code of this file.
Functions | |
static cs_real_t * | cs_cdofb_ac_get_face_velocity (void *scheme_context) |
Retrieve the values of the velocity on the faces. More... | |
void | cs_cdofb_ac_init_common (const cs_cdo_quantities_t *quant, const cs_cdo_connect_t *connect, const cs_time_step_t *time_step) |
Set shared pointers from the main domain members. More... | |
void * | cs_cdofb_ac_init_scheme_context (const cs_navsto_param_t *nsp, cs_boundary_type_t *fb_type, void *nsc_input) |
Initialize a cs_cdofb_ac_t structure. More... | |
void * | cs_cdofb_ac_free_scheme_context (void *scheme_context) |
Destroy a cs_cdofb_ac_t structure. More... | |
void | cs_cdofb_ac_set_sles (const cs_navsto_param_t *nsp, void *context) |
Start setting-up the Navier-Stokes equations when an AC algorithm is used to couple the system. No mesh information is available at this stage. More... | |
void | cs_cdofb_ac_compute_implicit (const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context) |
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and an implicit Euler time scheme. More... | |
void | cs_cdofb_ac_compute_theta (const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, void *scheme_context) |
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and a theta time scheme. More... | |
void cs_cdofb_ac_compute_implicit | ( | const cs_mesh_t * | mesh, |
const cs_navsto_param_t * | nsp, | ||
void * | scheme_context | ||
) |
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and an implicit Euler time scheme.
[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 |
void cs_cdofb_ac_compute_theta | ( | const cs_mesh_t * | mesh, |
const cs_navsto_param_t * | nsp, | ||
void * | scheme_context | ||
) |
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibility approach and a theta time scheme.
[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 |
void* cs_cdofb_ac_free_scheme_context | ( | void * | scheme_context | ) |
Destroy a cs_cdofb_ac_t structure.
[in] | scheme_context | pointer to a scheme context structure to free |
|
inlinestatic |
Retrieve the values of the velocity on the faces.
[in] | scheme_context | pointer to a structure cast on-the-fly |
void cs_cdofb_ac_init_common | ( | const cs_cdo_quantities_t * | quant, |
const cs_cdo_connect_t * | connect, | ||
const cs_time_step_t * | time_step | ||
) |
Set shared pointers from the main domain members.
[in] | quant | additional mesh quantities struct. |
[in] | connect | pointer to a cs_cdo_connect_t struct. |
[in] | time_step | pointer to a cs_time_step_t structure |
void* cs_cdofb_ac_init_scheme_context | ( | const cs_navsto_param_t * | nsp, |
cs_boundary_type_t * | fb_type, | ||
void * | nsc_input | ||
) |
Initialize a cs_cdofb_ac_t structure.
[in] | nsp | pointer to a cs_navsto_param_t structure |
[in] | fb_type | type of boundary for each boundary face |
[in] | nsc_input | pointer to a cs_navsto_ac_t structure |
void cs_cdofb_ac_set_sles | ( | const cs_navsto_param_t * | nsp, |
void * | context | ||
) |
Start setting-up the Navier-Stokes equations when an AC algorithm is used to couple the system. No mesh information is available at this stage.
[in] | nsp | pointer to a cs_navsto_param_t structure |
[in,out] | context | pointer to a context structure cast on-the-fly |