#include <cs_combustion_model.h>
Data Fields | |
cs_combustion_gas_model_t * | gas |
cs_coal_model_t * | coal |
int | n_gas_el_comp |
int | n_gas_species |
int | n_atomic_species |
int | n_reactions |
int | idrift |
int | ieqco2 |
int | ieqnox |
int | isoot |
int | io2 |
int | in2 |
int | ico2 |
int | ih2o |
double | ckabs0 |
double | diftl0 |
double | xco2 |
double | xh2o |
double | hinoxy |
double | wmole [CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS] |
double | oxyo2 [CS_COMBUSTION_MAX_OXYDANTS] |
double | oxyn2 [CS_COMBUSTION_MAX_OXYDANTS] |
double | oxyh2o [CS_COMBUSTION_MAX_OXYDANTS] |
double | oxyco2 [CS_COMBUSTION_MAX_OXYDANTS] |
Combustion model parameters structure
double ckabs0 |
absorption coefficient of gas mix
cs_coal_model_t* coal |
coal combustion model parameters
double diftl0 |
molecular diffusivity for the enthalpy for gas or coal combustion (diffusivity_ref is automatically set to diftl0 for the enthalpy).
gas combustion model parameters
double hinoxy |
input mass enthalpy for the oxidant
int ico2 |
index of co2 in wmole
int idrift |
drift (0: off, 1: on)
int ieqco2 |
kinetic model for CO <=> CO2
int ieqnox |
NOx model (0: off; 1: on)
int ih2o |
index of h2o in wmole
int in2 |
index of n2 in wmole
int io2 |
index of o2 in wmole
int isoot |
soot production modeling flag
int n_atomic_species |
number of atomic species
int n_gas_el_comp |
number of elementary gas components
int n_gas_species |
number of global species
int n_reactions |
number of global reactions in gas phase
double oxyco2[CS_COMBUSTION_MAX_OXYDANTS] |
composition of CO2 oxidants
double oxyh2o[CS_COMBUSTION_MAX_OXYDANTS] |
composition of H2O oxidants
double oxyn2[CS_COMBUSTION_MAX_OXYDANTS] |
composition of N2 oxidants
double oxyo2[CS_COMBUSTION_MAX_OXYDANTS] |
composition of oxidants in O2
double wmole[CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS] |
molar mass of an elementary gas component
double xco2 |
molar coefficient of CO2
double xh2o |
molar coefficient of H2O