1#ifndef CS_COMBUSTION_SLFM_H
2#define CS_COMBUSTION_SLFM_H
Field descriptor.
Definition: cs_field.h:275
void cs_combustion_slfm_fields_init(void)
Initialize specific fields for slfm gas combustion model.
Definition: cs_combustion_slfm.cpp:979
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.
Definition: cs_combustion_slfm.cpp:1295
void cs_combustion_slfm_physical_properties(int iterns)
Compute physical properties for steady laminar flamelet model.
Definition: cs_combustion_slfm.cpp:1027
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...
Definition: cs_combustion_slfm.cpp:1475
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...
Definition: cs_combustion_slfm.cpp:1376
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.
Definition: cs_combustion_slfm.cpp:1345
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
@ fp2m
Definition: cs_field_pointer.h:127
@ fm
Definition: cs_field_pointer.h:126