1 #ifndef __CS_CDOFB_AC_H__ 2 #define __CS_CDOFB_AC_H__ 124 void *scheme_context);
137 void *scheme_context);
155 void *scheme_context);
void cs_cdofb_ac_init_pressure(const cs_navsto_param_t *nsp, void *scheme_context)
Initialize the pressure values.
Definition: cs_cdofb_ac.c:330
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.
Definition: cs_cdofb_ac.c:205
time step descriptor
Definition: cs_time_step.h:51
cs_real_t * cs_cdofb_ac_get_face_velocity(void *scheme_context)
Retrieve the values of the velocity on the faces.
Definition: cs_cdofb_ac.c:456
void cs_cdofb_ac_init_velocity(const cs_navsto_param_t *nsp, void *scheme_context)
Initialize the velocity values.
Definition: cs_cdofb_ac.c:309
#define BEGIN_C_DECLS
Definition: cs_defs.h:462
void * cs_cdofb_ac_init_scheme_context(const cs_navsto_param_t *nsp, void *nsc_input)
Initialize a cs_cdofb_ac_t structure.
Definition: cs_cdofb_ac.c:237
Definition: cs_cdo_connect.h:74
void cs_cdofb_ac_compute(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, double dt_cur, void *scheme_context)
Solve the Navier-Stokes system with a CDO face-based scheme using a Ac-Lagrangian Augmented approach...
Definition: cs_cdofb_ac.c:426
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:141
double cs_real_t
Floating-point value.
Definition: cs_defs.h:297
Definition: cs_cdo_quantities.h:94
#define END_C_DECLS
Definition: cs_defs.h:463
Structure and routines handling the specific settings related to a cs_equation_t structure.
void * cs_cdofb_ac_free_scheme_context(void *scheme_context)
Destroy a cs_cdofb_ac_t structure.
Definition: cs_cdofb_ac.c:283
Routines to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling. Routines to handle the settings of coupling algorithms.