#include <cs_coal.h>
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] |
Coal combustion model parameters structure
double cp2ch[CS_COMBUSTION_MAX_COALS] |
coal specific heat
double dia2mn[CS_COMBUSTION_COAL_MAX_CLASSES] |
minimum diameter (m)
double diam20[CS_COMBUSTION_COAL_MAX_CLASSES] |
initial diameter (m)
double eh0sol[CS_COMBUSTION_COAL_MAX_SOLIDS] |
formation enthalpy (J/kg) of solid constituents
mass enthalpy (J/kg) at temperature T of solid constituent S
int iash[CS_COMBUSTION_MAX_COALS] |
position in ehsoli array for ash
int ich[CS_COMBUSTION_MAX_COALS] |
position in ehsoli array for reactive coal
int ichcor[CS_COMBUSTION_COAL_MAX_CLASSES] |
coal id if considered class belongs to coal ich[1, 2, ...]
int ick[CS_COMBUSTION_MAX_COALS] |
position in ehsoli array for coke
int iwat[CS_COMBUSTION_MAX_COALS] |
position in ehsoli array for humidity
int n_classes_per_coal[CS_COMBUSTION_MAX_COALS] |
number of classes per coal
int n_coals |
number of coal types
int nclacp |
number of coal classes
int nsolim |
number of solid constituents (reactive coal, coke, ash)
double rho20[CS_COMBUSTION_COAL_MAX_CLASSES] |
initial density (kg/m^3)
double rho2mn[CS_COMBUSTION_COAL_MAX_CLASSES] |
minimal density (kg/m^3)
double wmols[CS_COMBUSTION_COAL_MAX_SOLIDS] |
molar mass of solid constituents
double xashch[CS_COMBUSTION_MAX_COALS] |
ashes concentration (kg/kg)
double xmasch[CS_COMBUSTION_COAL_MAX_CLASSES] |
particle char mass (kg)
double xmp0[CS_COMBUSTION_COAL_MAX_CLASSES] |
initial particle mass (kg)
double xwatch[CS_COMBUSTION_MAX_COALS] |
humidity (kg/kg)