1 #ifndef __CS_CONVECTION_DIFFUSION_BALANCE_H__
2 #define __CS_CONVECTION_DIFFUSION_BALANCE_H__
#define restrict
Definition: cs_defs.h:122
#define BEGIN_C_DECLS
Definition: cs_defs.h:403
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
#define END_C_DECLS
Definition: cs_defs.h:404
double cs_real_t
Definition: cs_defs.h:296
#define CS_PROCF(x, y)
Definition: cs_defs.h:417
void bilsc2(const cs_int_t *const idtvar, const cs_int_t *const f_id, const cs_int_t *const iconvp, const cs_int_t *const idiffp, const cs_int_t *const nswrgp, const cs_int_t *const imligp, const cs_int_t *const ircflp, const cs_int_t *const ischcp, const cs_int_t *const isstpp, const cs_int_t *const icvflb, const cs_int_t *const inc, const cs_int_t *const imrgra, const cs_int_t *const iccocg, const cs_int_t *const ifaccp, const cs_int_t *const iwarnp, const cs_real_t *const blencp, const cs_real_t *const epsrgp, const cs_real_t *const climgp, const cs_real_t *const extrap, const cs_real_t *const relaxp, const cs_real_t *const thetap, cs_real_t pvar[], const cs_real_t pvara[], const cs_int_t bc_type[], const cs_int_t icvfli[], const cs_real_t coefap[], const cs_real_t coefbp[], const cs_real_t cofafp[], const cs_real_t cofbfp[], const cs_real_t i_massflux[], const cs_real_t b_massflux[], const cs_real_t i_visc[], const cs_real_t b_visc[], cs_real_t rhs[])
Definition: cs_convection_diffusion_balance.c:110
void cs_convection_diffusion_scalar(int idtvar, int f_id, int iconvp, int idiffp, int nswrgp, int imligp, int ircflp, int ischcp, int isstpp, int icvflb, int inc, int imrgra, int iccocg, int ifaccp, int iwarnp, double blencp, double epsrgp, double climgp, double extrap, double relaxp, double thetap, cs_real_t *restrict pvar, const cs_real_t *restrict pvara, const cs_int_t bc_type[], const cs_int_t icvfli[], const cs_real_t coefap[], const cs_real_t coefbp[], const cs_real_t cofafp[], const cs_real_t cofbfp[], const cs_real_t i_massflux[], const cs_real_t b_massflux[], const cs_real_t i_visc[], const cs_real_t b_visc[], cs_real_t *restrict rhs)
This function adds the explicit part of the convection/diffusion terms of a standard transport equati...
Definition: cs_convection_diffusion_balance.c:292