#include <cs_combustion_model.h>
Data Fields | |
cs_combustion_gas_model_t | gas |
cs_combustion_coal_model_t | coal |
cs_combustion_fuel_model_t | fuel |
int | n_gas_el_comp |
int | n_gas_species |
int | n_atomic_species |
int | n_reactions |
int | isoot |
int | io2 |
int | in2 |
int | ico2 |
int | ih2o |
double | ckabs0 |
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
coal combustion model parameters
fuel combustion model parameters
gas combustion model parameters
double hinoxy |
input mass enthalpy for the oxidant
int ico2 |
index of co2 in wmole
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