1#ifndef CS_COMBUSTION_SLFM_H
2#define CS_COMBUSTION_SLFM_H
void cs_combustion_slfm_fields_init(void)
Initialize specific fields for slfm gas combustion model.
void cs_combustion_scalar_dissipation_rate(const cs_field_t *f, const cs_real_t *cpro_rho, const cs_real_t *fp2m, cs_real_t *cpro_totki)
Compute scalar dissipation rate for steady laminar flamelet model.
void cs_combustion_slfm_physical_properties(int iterns)
Compute physical properties for steady laminar flamelet model.
void cs_combustion_slfm_source_terms(cs_field_t *f_sc, cs_real_t smbrs[], cs_real_t rovsdt[])
Defines the source terms for the soot mass fraction and the precursor number for soot model of Moss e...
void cs_combustion_slfm_max_mid_min_progvar(const cs_real_t zm, cs_real_t *cmax, cs_real_t *cmid, cs_real_t *cmin)
Retrieve maximal, middle and minimal values of progress variable respectively on stable/unstable/mixi...
void cs_combustion_reconstruct_variance(const cs_real_t *fm, const cs_real_t *fsqm, cs_real_t *recvr)
Reconstruct scalar variance in case of transporting 2nd order moment.
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
@ fp2m
Definition: cs_field_pointer.h:131
@ fm
Definition: cs_field_pointer.h:130
Field descriptor.
Definition: cs_field.h:156