1#ifndef __CS_DRIFT_CONVECTIVE_FLUX_H__
2#define __CS_DRIFT_CONVECTIVE_FLUX_H__
#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
void cs_drift_convective_flux(cs_field_t *f_sc, cs_real_t i_mass_flux[], cs_real_t b_mass_flux[], cs_real_t fimp[], cs_real_t rhs[])
Compute the modified convective flux for scalars with a drift.
Definition: cs_drift_convective_flux.cpp:184
void cs_drift_boundary_mass_flux(const cs_mesh_t *m, cs_real_t bmasfl[])
Update boundary flux mass of the mixture.
Definition: cs_drift_convective_flux.cpp:111
Field descriptor.
Definition: cs_field.h:158