8.0
general documentation
cs_combustion_coal_model_t Struct Reference

#include <cs_combustion_model.h>

+ Collaboration diagram for cs_combustion_coal_model_t:

Data Fields

int n_coals
 
int nclacp
 
int n_classes_per_coal [CS_COMBUSTION_MAX_COALS]
 
int ichcor [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double xashch [CS_COMBUSTION_MAX_COALS]
 
double diam20 [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double dia2mn [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double rho20 [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double rho2mn [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double xmp0 [CS_COMBUSTION_MAX_COAL_CLASSES]
 
double xmasch [CS_COMBUSTION_MAX_COAL_CLASSES]
 

Detailed Description

Coal combustion model parameters structure

Field Documentation

◆ dia2mn

minimum diameter (m)

◆ diam20

initial diameter (m)

◆ ichcor

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

◆ n_classes_per_coal

int n_classes_per_coal[CS_COMBUSTION_MAX_COALS]

number of classes per coal

◆ n_coals

int n_coals

◆ nclacp

int nclacp

◆ rho20

initial density (kg/m^3)

◆ rho2mn

minimal density (kg/m^3)

◆ xashch

double xashch[CS_COMBUSTION_MAX_COALS]

ashes concentration (kg/kg)

◆ xmasch

particle char mass (kg)

◆ xmp0

initial particle mass (kg)


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