My Project
programmer's documentation
Data Structures | Macros | Variables
cs_combustion_model.h File Reference
#include <stdarg.h>
#include "cs_defs.h"
#include "cs_field.h"
Include dependency graph for cs_combustion_model.h:

Go to the source code of this file.

Data Structures

struct  cs_combustion_gas_model_t
 
struct  cs_combustion_coal_model_t
 
struct  cs_combustion_fuel_model_t
 
struct  cs_combustion_model_t
 

Macros

#define CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES   25
 
#define CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS   20
 
#define CS_COMBUSTION_MAX_COALS   5
 
#define CS_COMBUSTION_MAX_CLASSES_PER_COAL   20
 
#define CS_COMBUSTION_MAX_COAL_CLASSES
 

Variables

cs_combustion_model_tcs_glob_combustion_model
 

Macro Definition Documentation

◆ CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS

#define CS_COMBUSTION_GAS_MAX_ELEMENTARY_COMPONENTS   20

Maximum number of elementary gas components

◆ CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES

#define CS_COMBUSTION_GAS_MAX_GLOBAL_SPECIES   25

Maximum number of globals species

◆ CS_COMBUSTION_MAX_CLASSES_PER_COAL

#define CS_COMBUSTION_MAX_CLASSES_PER_COAL   20

Maximum number of coal classes

◆ CS_COMBUSTION_MAX_COAL_CLASSES

#define CS_COMBUSTION_MAX_COAL_CLASSES
Value:

Maximum number of coal classes

◆ CS_COMBUSTION_MAX_COALS

#define CS_COMBUSTION_MAX_COALS   5

Maximum number of coals

Variable Documentation

◆ cs_glob_combustion_model

cs_combustion_model_t* cs_glob_combustion_model

Combustion model parameters structure

CS_COMBUSTION_MAX_CLASSES_PER_COAL
#define CS_COMBUSTION_MAX_CLASSES_PER_COAL
Definition: cs_combustion_model.h:61
CS_COMBUSTION_MAX_COALS
#define CS_COMBUSTION_MAX_COALS
Definition: cs_combustion_model.h:58