8.1
general documentation
cs_combustion_model_t Struct Reference

#include <cs_combustion_model.h>

+ Collaboration diagram for cs_combustion_model_t:

Data Fields

cs_combustion_gas_model_tgas
 
cs_coal_model_tcoal
 
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]
 

Detailed Description

Combustion model parameters structure

Field Documentation

◆ ckabs0

double ckabs0

absorption coefficient of gas mix

◆ coal

coal combustion model parameters

◆ diftl0

double diftl0

molecular diffusivity for the enthalpy for gas or coal combustion (diffusivity_ref is automatically set to diftl0 for the enthalpy).

◆ gas

gas combustion model parameters

◆ hinoxy

double hinoxy

input mass enthalpy for the oxidant

◆ ico2

int ico2

index of co2 in wmole

◆ idrift

int idrift

drift (0: off, 1: on)

◆ ieqco2

int ieqco2

kinetic model for CO <=> CO2

  • 0 unused (maximal conversion in turbulent model)
  • 1 transport of CO2 mass fraction
  • 2 transport of CO mass fraction

◆ ieqnox

int ieqnox

NOx model (0: off; 1: on)

◆ ih2o

int ih2o

index of h2o in wmole

◆ in2

int in2

index of n2 in wmole

◆ io2

int io2

index of o2 in wmole

◆ 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

◆ oxyco2

composition of CO2 oxidants

◆ oxyh2o

composition of H2O oxidants

◆ oxyn2

composition of N2 oxidants

◆ oxyo2

composition of oxidants in O2

◆ wmole

molar mass of an elementary gas component

◆ xco2

double xco2

molar coefficient of CO2

◆ xh2o

double xh2o

molar coefficient of H2O


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