|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_GAS_MIX_H__
2 #define __CS_GAS_MIX_H__
void const int * f_id
Definition: cs_gui.h:292
const cs_gas_mix_t * cs_glob_gas_mix
Definition: cs_gas_mix.c:111
#define END_C_DECLS
Definition: cs_defs.h:468
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
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