Include dependency graph for cs_combustion_ebu.h:Go to the source code of this file.
Functions | |
| void | cs_combustion_ebu_fields_init (void) |
| Initialize specific fields for EBU gas combustion model. More... | |
| void | cs_combustion_ebu_physical_prop (int *mbrom) |
| 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. More... | |
| void cs_combustion_ebu_fields_init | ( | void | ) |
Initialize specific fields for EBU gas combustion model.
| void cs_combustion_ebu_physical_prop | ( | int * | mbrom | ) |
| 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.
Define the source terms for a given scalar over one time step.
The equations read: ![]()
et
may already contain source term so must not be overwritten, but incremented.
For stability, only positive terms should be add in
. There is no constraint for
. For a source term written
, source terms are:
![]()
Here we set
and
containing ![]()
| [in] | f_sc | pointer to scalar field |
| [in,out] | smbrs | explicit right hand side |
| [in,out] | rovsdt | implicit terms |