time step descriptor
Definition: cs_time_step.h:60
int cs_boundary_type_t
Definition: cs_boundary.h:65
cs::cdo_navsto_ctx_t * 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.cpp:757
static cs_real_t * cs_cdofb_ac_get_face_velocity(bool previous)
Retrieve the values of the velocity on the faces.
Definition: cs_cdofb_ac.h:103
void cs_cdofb_ac_compute_implicit(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, cs_cdofb_ac_t *sc)
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibili...
Definition: cs_cdofb_ac.cpp:938
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.cpp:730
void cs_cdofb_ac_compute_implicit_nl(const cs_mesh_t *mesh, const cs_navsto_param_t *nsp, cs_cdofb_ac_t *sc)
Solve the unsteady Navier-Stokes system with a CDO face-based scheme using a Artificial Compressibili...
Definition: cs_cdofb_ac.cpp:1097
void * cs_cdofb_ac_free_scheme_context(cs_cdofb_ac_t *sc)
Destroy a cs_cdofb_ac_t structure.
Definition: cs_cdofb_ac.cpp:905
void() cs_cdofb_navsto_source_t(const cs_navsto_param_t *nsp, const cs_cell_mesh_t *cm, const cs_cdofb_navsto_builder_t *nsb, cs_cell_sys_t *csys)
Compute and add a source term to the local RHS. This is a special treatment to enable source involvin...
Definition: cs_cdofb_navsto.h:184
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
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.cpp:3253
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.cpp:495
Definition: cs_navsto_context.h:233
Context related to CDO face-based discretization when dealing with Navier-Stokes equations and vector...
Definition: cs_navsto_context.h:48
Definition: cs_advection_field.h:151
Definition: cs_cdo_connect.h:57
Definition: cs_cdo_quantities.h:142
Context related to CDO face-based discretization when dealing with the Navier-Stokes equations with a...
Definition: cs_cdofb_ac.h:67
cs_cdofb_navsto_source_t * add_gravity_term
Definition: cs_cdofb_ac.h:81
Structure storing the parameters related to the resolution of the Navier-Stokes system.
Definition: cs_navsto_param.h:296