1 #ifndef __CS_CDOFB_AC_H__ 2 #define __CS_CDOFB_AC_H__ 78 cs_cdofb_ac_get_face_velocity(
bool previous)
169 void *scheme_context);
187 void *scheme_context);
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:916
time step descriptor
Definition: cs_time_step.h:64
int cs_boundary_type_t
Definition: cs_boundary.h:69
Definition: cs_advection_field.h:149
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
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...
Definition: cs_cdofb_ac.c:1116
Definition: cs_cdo_connect.h:79
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:605
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
Definition: cs_cdo_quantities.h:129
void * cs_cdofb_ac_init_scheme_context(const cs_navsto_param_t *nsp, cs_adv_field_t *adv_field, cs_real_t *mflux, cs_real_t *mflux_pre, cs_boundary_type_t *fb_type, void *nsc_input)
Initialize a cs_cdofb_ac_t structure.
Definition: cs_cdofb_ac.c:947
void cs_cdofb_ac_compute_implicit_nl(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 Compressibili...
Definition: cs_cdofb_ac.c:1347
cs_real_t * cs_equation_get_face_values(const cs_equation_t *eq, bool previous)
For a given equation, retrieve an array of values related to each face of the mesh for the unknowns...
Definition: cs_equation.c:2950
#define END_C_DECLS
Definition: cs_defs.h:511
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 Compressibili...
Definition: cs_cdofb_ac.c:1181
void * cs_cdofb_ac_free_scheme_context(void *scheme_context)
Destroy a cs_cdofb_ac_t structure.
Definition: cs_cdofb_ac.c:1079
cs_equation_t * cs_equation_by_name(const char *eqname)
Find the cs_equation_t structure with name eqname Return NULL if not find.
Definition: cs_equation.c:365