1#ifndef __CS_CF_CFL_COMPUTE__
2#define __CS_CF_CFL_COMPUTE__
void cs_cf_cfl_compute(cs_real_t wcf[])
Computation of the constraint for the CFL (compressible algorithm)
Definition: cs_cf_compute.cpp:882
void cs_cf_convective_mass_flux(int iterns)
Update the convective mass flux before the velocity prediction step. It is the first step of the comp...
Definition: cs_cf_compute.cpp:491
#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