1#ifndef CS_COMBUSTION_EBU_H
2#define CS_COMBUSTION_EBU_H
void cs_combustion_ebu_source_terms(cs_field_t *f_sc, cs_real_t smbrs[], cs_real_t rovsdt[])
Compute source terms for premixed flame EBU combustion model.
Definition: cs_combustion_ebu.cpp:432
void cs_combustion_ebu_fields_init(void)
Initialize specific fields for EBU gas combustion model.
Definition: cs_combustion_ebu.cpp:134
void cs_combustion_ebu_physical_prop(int *mbrom)
Definition: cs_combustion_ebu.cpp:185
#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