8.1
general documentation
cs_combustion_model.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_log.h"
#include "cs_math.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_combustion_model.h"
+ Include dependency graph for cs_combustion_model.c:

Variables

cs_combustion_gas_model_t _glob_gas_model
 
cs_combustion_model_t _combustion_model
 
cs_combustion_model_tcs_glob_combustion_model = &_combustion_model
 

Detailed Description

Combustion model selection parameters.

Variable Documentation

◆ _combustion_model

cs_combustion_model_t _combustion_model
Initial value:
= {.gas = &_glob_gas_model,
.coal = NULL,
.n_gas_el_comp = 0,
.n_gas_species = 0,
.n_atomic_species = 0,
.n_reactions = 0,
.idrift = 0,
.ieqco2 = 0,
.ieqnox = 0,
.isoot = -1,
.ckabs0 = 0,
.diftl0 = -1,
.xco2 = -1,
.xh2o = -1,
.hinoxy = 0}
cs_combustion_gas_model_t _glob_gas_model
Definition: cs_combustion_model.c:95

Combustion model parameters structure

◆ _glob_gas_model

cs_combustion_gas_model_t _glob_gas_model
Initial value:
= {.iic = 0,
.hinfue = 0,
.xsoot = 0.,
.rosoot = 0.}

◆ cs_glob_combustion_model

cs_combustion_model_t* cs_glob_combustion_model = &_combustion_model

Combustion model parameters structure