1#ifndef __CS_GAS_MIX_H__
2#define __CS_GAS_MIX_H__
#define BEGIN_C_DECLS
Definition cs_defs.h:467
#define END_C_DECLS
Definition cs_defs.h:468
void cs_gas_mix_finalize(void)
Free array mapping gas mix species ids to field ids.
Definition cs_gas_mix.c:193
const cs_gas_mix_t * cs_glob_gas_mix
Definition cs_gas_mix.c:111
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
Gas mix descriptor.
Definition cs_gas_mix.h:51
int * sp_id_to_f_id
Definition cs_gas_mix.h:54
int n_species
Definition cs_gas_mix.h:53