8.3
general documentation
cs_combustion_gas_model_t Struct Reference

#include <cs_combustion_gas.h>

+ Collaboration diagram for cs_combustion_gas_model_t:

Data Fields

int n_gas_el_comp
 
int n_gas_species
 
int n_atomic_species
 
int n_reactions
 
int n_tab_points
 
double pcigas
 
double xco2
 
double xh2o
 
double wmole [CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS]
 
double wmolat [CS_COMBUSTION_GAS_MAX_ATOMIC_SPECIES]
 
double oxyn2 [CS_COMBUSTION_GAS_MAX_OXYDANTS]
 
double oxyh2o [CS_COMBUSTION_GAS_MAX_OXYDANTS]
 
double oxyco2 [CS_COMBUSTION_GAS_MAX_OXYDANTS]
 
double th [CS_COMBUSTION_GAS_MAX_TABULATION_POINTS]
 
cs_combustion_gas_model_type_t type
 
char * data_file_name
 
bool use_janaf
 
int iic
 
int iico2
 
int iio2
 
int isoot
 
double hinfue
 
double tinfue
 
double tinoxy
 
double hinoxy
 
double xsoot
 
double rosoot
 
double wmolg [CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES]
 
double coefeg [CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES][CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS]
 
double compog [CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES][CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS]
 
double fs [CS_COMBUSTION_GAS_MAX_GLOBAL_REACTIONS]
 
double cpgazg [CS_COMBUSTION_GAS_MAX_TABULATION_POINTS][CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES]
 
double srrom
 
double fmin_lwc
 
double fmax_lwc
 
double hmin_lwc
 
double hmax_lwc
 

Detailed Description

Gas combustion model parameters structure

Field Documentation

◆ coefeg

mass fraction conversion coefficients from global species to elementary species

◆ compog

mole fraction conversion coefficients from global species to elementary species

◆ cpgazg

cpgazg[j][i] is the massic calorific capacity (J/kg/K) of the i-th global species at temperature

◆ data_file_name

char* data_file_name

◆ fmax_lwc

double fmax_lwc

◆ fmin_lwc

double fmin_lwc

Libby Williams parameters

◆ fs

Mixing rate at the stoichiometry

◆ hinfue

double hinfue

input mass enthalpy for fuel

◆ hinoxy

double hinoxy

input mass enthalpy for the oxidant

◆ hmax_lwc

double hmax_lwc

◆ hmin_lwc

double hmin_lwc

◆ iic

int iic

use NIST-JANAF tables for enthalpy/temperature conversion rank of C in gas composition (base 1)

◆ iico2

int iico2

rank of CO2 in gas composition (base 1)

◆ iio2

int iio2

rank of O2 in gas composition (base 1)

◆ isoot

int isoot

soot production modeling flag

◆ n_atomic_species

int n_atomic_species

number of atomic species

◆ n_gas_el_comp

int n_gas_el_comp

number of elementary gas components

◆ n_gas_species

int n_gas_species

number of global species

◆ n_reactions

int n_reactions

number of global reactions in gas phase

◆ n_tab_points

int n_tab_points

number of tabulation points

◆ oxyco2

composition of CO2 oxidants

◆ oxyh2o

composition of H2O oxidants

◆ oxyn2

composition of N2 oxidants

◆ pcigas

double pcigas

combustible reaction enthalpy (Lower Calorific Value)

◆ rosoot

double rosoot

soot density

◆ srrom

double srrom

sub-relaxation coefficient for the density: $\rho^{n+1}$\,=\,srrom\,$\rho^n$+(1-srrom)\,$\rho^{n+1}$ (hence, with a zero value, there is no sub-relaxation)

◆ th

temperature in K

◆ tinfue

double tinfue

input temperature for fuel en K

◆ tinoxy

double tinoxy

input temperature for oxydant

◆ type

combustion model type

◆ use_janaf

bool use_janaf

◆ wmolat

molar mass of atomic species

◆ wmole

molar mass of an elementary gas component

◆ wmolg

molar mass of global species

◆ xco2

double xco2

molar coefficient of CO2

◆ xh2o

double xh2o

molar coefficient of H2O

◆ xsoot

double xsoot

soot fraction production (isoot = 0)


The documentation for this struct was generated from the following file: