1 #ifndef __CS_GAS_MIX_H__ 2 #define __CS_GAS_MIX_H__ void cs_gas_mix_finalize(void)
Free array mapping gas mix species ids to field ids.
Definition: cs_gas_mix.c:675
double mol_mas
Definition: cs_gas_mix.h:83
double slam
Definition: cs_gas_mix.h:95
double lambda_a
Definition: cs_gas_mix.h:88
double smu
Definition: cs_gas_mix.h:94
double lambda_b
Definition: cs_gas_mix.h:89
int * species_to_field_id
Definition: cs_gas_mix.h:72
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
Definition: cs_gas_mix.h:53
double trefmu
Definition: cs_gas_mix.h:92
Definition: cs_field_pointer.h:100
double cp
Definition: cs_gas_mix.h:84
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_gas_mix_type_t
Definition: cs_gas_mix.h:51
Definition: cs_gas_mix.h:56
Definition: cs_gas_mix.h:81
int cs_gas_mix_get_field_key(void)
Get the field key for gas mix properties.
Definition: cs_gas_mix.c:432
Definition: cs_gas_mix.h:55
void cs_gas_mix_add_property_fields(void)
Add property fields specific to a gas mix.
Definition: cs_gas_mix.c:565
const cs_gas_mix_t * cs_glob_gas_mix
Definition: cs_gas_mix.c:139
Definition: cs_gas_mix.h:58
double vol_dif
Definition: cs_gas_mix.h:85
Definition: cs_field_pointer.h:194
double mu_a
Definition: cs_gas_mix.h:86
void cs_gas_mix_add_species_with_properties(int f_id, cs_real_t mol_mass, cs_real_t cp, cs_real_t vol_diff, cs_real_t mu_a, cs_real_t mu_b, cs_real_t lambda_a, cs_real_t lambda_b, cs_real_t mu_ref, cs_real_t lambda_ref, cs_real_t tref_mu, cs_real_t tref_lambda, cs_real_t s_mu, cs_real_t s_lambda)
Add a species field to the gas mix (set of fields).
Definition: cs_gas_mix.c:512
#define END_C_DECLS
Definition: cs_defs.h:511
Definition: cs_gas_mix.h:60
Definition: cs_gas_mix.h:57
Definition: cs_gas_mix.h:59
int n_species_solved
Definition: cs_gas_mix.h:70
Definition: cs_gas_mix.h:54
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:467
double lamref
Definition: cs_gas_mix.h:91
double muref
Definition: cs_gas_mix.h:90
double treflam
Definition: cs_gas_mix.h:93
Gas mix descriptor.
Definition: cs_gas_mix.h:67
double mu_b
Definition: cs_gas_mix.h:87
int n_species
Definition: cs_gas_mix.h:69