#include <cs_combustion_gas.h>
Gas combustion model parameters structure
double cebu |
Eddy-break-up constant (EBU)
cs_field_t* ckabs |
double ckabsg[CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES] |
absorption coefficient of global species
mass fraction conversion coefficients from global species to elementary species
double coeff_therm[7][2][5] |
Burke-Schumann parameters
mole fraction conversion coefficients from global species to elementary species
cs_field_t* coyfp |
double cp_gas_g[CS_COMBUSTION_GAS_MAX_TABULATION_POINTS][CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES] |
cpgasg[j][i] is the massic calorific capacity (J/kg/K) of the i-th global species at temperature
char* data_file_name |
double eh_gas_g[CS_COMBUSTION_GAS_MAX_TABULATION_POINTS][CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES] |
massic enthalpy (J/kg) of the i-th global secies at temperature th(j)
cs_real_t* flamelet_library_p |
pointer to flamelet library
char flamelet_species_name[CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES][13] |
flamelet species names
cs_field_t* fm |
cs_field_t* fp2m |
double frmel |
constant mixture fraction (EBU only)
double fs[CS_COMBUSTION_GAS_MAX_GLOBAL_REACTIONS] |
mixing rate at the stoichiometry
cs_field_t* fsm |
cs_field_t* fsqm |
double hinfue |
input mass enthalpy for fuel
double hinoxy |
input mass enthalpy for the oxidant
cs_field_t* hrr |
int ientgb |
burned gas indicator (EBU and LW only)
int ientgf |
fresh gas indicator (EBU and LW only)
int iic |
use NIST-JANAF tables for enthalpy/temperature conversion rank of C in gas composition (base 1)
int iico2 |
rank of CO2 in gas composition (base 1)
int iio2 |
rank of O2 in gas composition (base 1)
int ikimid |
Index (1-based) for flamelet on middle branch
int isoot |
soot production modeling flag
double lsp_fuel |
laminar smoke point length
Libby Williams parameters
int mode_fp2m |
Mixture fraction variance computation mode:
int n_atomic_species |
number of atomic species
int n_gas_el_comp |
number of elementary gas components
int n_gas_fl |
Steady flamelet model parameters number of species in flamelet library YFUE YOXY YCO2 YH2O YCO YH2
int n_gas_species |
number of global species
int n_reactions |
number of global reactions in gas phase
int n_tab_points |
number of tabulation points
int nki |
number of flamelets (strain rate)
int nlibvar |
number of variables in library
cs_field_t* npm |
int nxr |
discretization of enthalpy defect
int nzm |
discretization of mixture fraction
int nzvar |
discretization of variance
cs_field_t* omgc |
double oxyco2[CS_COMBUSTION_GAS_MAX_OXYDANTS] |
composition of CO2 oxidants
double oxyh2o[CS_COMBUSTION_GAS_MAX_OXYDANTS] |
composition of H2O oxidants
double oxyn2[CS_COMBUSTION_GAS_MAX_OXYDANTS] |
composition of N2 oxidants
double pcigas |
combustible reaction enthalpy (Lower Calorific Value)
cs_field_t* pvm |
cs_field_t* recvr |
double rosoot |
soot density
double srrom |
sub-relaxation coefficient for the density:
cs_field_t* t2m |
cs_field_t* t3m |
cs_field_t* t4m |
double tgf |
fresh gas temperature (EBU and LW only)
double th[CS_COMBUSTION_GAS_MAX_TABULATION_POINTS] |
temperature in K
double tinfue |
input temperature for fuel en K
double tinoxy |
input temperature for oxydant
cs_field_t* totki |
combustion model type
bool use_janaf |
double wmolat[CS_COMBUSTION_GAS_MAX_ATOMIC_SPECIES] |
molar mass of atomic species
double wmole[CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS] |
molar mass of an elementary gas component
double wmolg[CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES] |
molar mass of global species
double xco2 |
molar coefficient of CO2
double xh2o |
molar coefficient of H2O
cs_field_t* xr |
double xsoot |
soot fraction production (isoot = 0)
cs_field_t* yfm |
cs_field_t* yfp2m |
cs_field_t* ygfm |