| 
    My Project
    
   programmer's documentation 
   | 
 
#include <cs_combustion_model.h>

Data Fields | |
| cs_combustion_gas_model_t | gas | 
| cs_combustion_coal_model_t | coal | 
| cs_combustion_fuel_model_t | fuel | 
| int | isoot | 
| int | ico2 | 
| int | ih2o | 
| double | ckabs0 | 
| double | xco2 | 
| double | xh2o | 
| double | wmole [CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS] | 
Combustion model parameters structure
| double ckabs0 | 
absorption coefficient of gas mix
coal combustion model parameters
fuel combustion model parameters
gas combustion model parameters
| int ico2 | 
index of co2 in wmole
| int ih2o | 
index of h2o in wmole
| int isoot | 
soot production modeling flag
| double wmole[CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS] | 
molar mass of an elementary gas component
| double xco2 | 
molar coefficient of CO2
| double xh2o | 
molar coefficient of H2O
 1.8.16