 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_GAS_MIX_H__
2 #define __CS_GAS_MIX_H__
const cs_gas_mix_t * cs_glob_gas_mix
Definition: cs_gas_mix.c:111
#define END_C_DECLS
Definition: cs_defs.h:493
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
void cs_gas_mix_finalize(void)
Free array mapping gas mix species ids to field ids.
Definition: cs_gas_mix.c:193
Gas mix descriptor.
Definition: cs_gas_mix.h:51
void cs_gas_mix_add_species(int f_id)
Add a species field to the gas mix (set of fields).
Definition: cs_gas_mix.c:162
int n_species
Definition: cs_gas_mix.h:53
int * sp_id_to_f_id
Definition: cs_gas_mix.h:54