8.1
general documentation
cs_coal_model_t Struct Reference

#include <cs_coal.h>

+ Collaboration diagram for cs_coal_model_t:

Data Fields

int n_coals
 
int nclacp
 
int nsolim
 
int n_classes_per_coal [CS_COMBUSTION_MAX_COALS]
 
int ich [CS_COMBUSTION_MAX_COALS]
 
int ick [CS_COMBUSTION_MAX_COALS]
 
int iash [CS_COMBUSTION_MAX_COALS]
 
int iwat [CS_COMBUSTION_MAX_COALS]
 
double ehsoli [CS_COMBUSTION_COAL_MAX_TABULATION_POINTS][CS_COMBUSTION_COAL_MAX_SOLIDS]
 
double wmols [CS_COMBUSTION_COAL_MAX_SOLIDS]
 
double eh0sol [CS_COMBUSTION_COAL_MAX_SOLIDS]
 
int ichcor [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double cp2ch [CS_COMBUSTION_MAX_COALS]
 
double xashch [CS_COMBUSTION_MAX_COALS]
 
double xwatch [CS_COMBUSTION_MAX_COALS]
 
double diam20 [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double dia2mn [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double rho20 [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double rho2mn [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double xmp0 [CS_COMBUSTION_COAL_MAX_CLASSES]
 
double xmasch [CS_COMBUSTION_COAL_MAX_CLASSES]
 

Detailed Description

Coal combustion model parameters structure

Field Documentation

◆ cp2ch

double cp2ch[CS_COMBUSTION_MAX_COALS]

coal specific heat

◆ dia2mn

minimum diameter (m)

◆ diam20

initial diameter (m)

◆ eh0sol

formation enthalpy (J/kg) of solid constituents

◆ ehsoli

mass enthalpy (J/kg) at temperature T of solid constituent S

◆ iash

position in ehsoli array for ash

◆ ich

position in ehsoli array for reactive coal

◆ ichcor

coal id if considered class belongs to coal ich[1, 2, ...]

◆ ick

position in ehsoli array for coke

◆ iwat

position in ehsoli array for humidity

◆ n_classes_per_coal

int n_classes_per_coal[CS_COMBUSTION_MAX_COALS]

number of classes per coal

◆ n_coals

int n_coals

number of coal types

◆ nclacp

int nclacp

number of coal classes

◆ nsolim

int nsolim

number of solid constituents (reactive coal, coke, ash)

◆ rho20

initial density (kg/m^3)

◆ rho2mn

minimal density (kg/m^3)

◆ wmols

molar mass of solid constituents

◆ xashch

double xashch[CS_COMBUSTION_MAX_COALS]

ashes concentration (kg/kg)

◆ xmasch

particle char mass (kg)

◆ xmp0

initial particle mass (kg)

◆ xwatch

double xwatch[CS_COMBUSTION_MAX_COALS]

humidity (kg/kg)


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