1#ifndef __CS_CDOFB_PREDCO_H__
2#define __CS_CDOFB_PREDCO_H__
132 void *scheme_context);
int cs_boundary_type_t
Definition: cs_boundary.h:69
void cs_cdofb_predco_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_predco.cpp:924
void * cs_cdofb_predco_free_scheme_context(void *scheme_context)
Destroy a cs_cdofb_predco_t structure.
Definition: cs_cdofb_predco.cpp:891
void cs_cdofb_predco_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_predco.cpp:743
void * cs_cdofb_predco_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_predco_t structure.
Definition: cs_cdofb_predco.cpp:770
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
Definition: cs_advection_field.h:151
Definition: cs_cdo_connect.h:61
Definition: cs_cdo_quantities.h:139
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:263
time step descriptor
Definition: cs_time_step.h:64