1#ifndef CS_COMBUSTION_LW_H
2#define CS_COMBUSTION_LW_H
void cs_combustion_lw_source_terms(cs_field_t *f_sc, cs_real_t smbrs[], cs_real_t rovsdt[])
Compute source terms for premixed flame Libby-Williams combustion model.
Definition: cs_combustion_lw.cpp:2134
void cs_combustion_lw_physical_prop(void)
Definition: cs_combustion_lw.cpp:2052
void cs_combustion_lw_fields_init(void)
Initialize specific fields for Libby-Williams gas combustion model.
Definition: cs_combustion_lw.cpp:2000
#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
Field descriptor.
Definition: cs_field.h:156