1#ifndef __CS_CF_MODEL_H__
2#define __CS_CF_MODEL_H__
const cs_cf_model_t * cs_glob_cf_model
cs_cf_model_t * cs_get_glob_cf_model(void)
Provide access to compressible model global structure cs_glob_cf_model.
Definition cs_cf_model.c:188
cs_cf_model_eos_t
Definition cs_cf_model.h:69
@ CS_EOS_STIFFENED_GAS
Definition cs_cf_model.h:73
@ CS_EOS_IDEAL_GAS
Definition cs_cf_model.h:71
@ CS_EOS_GAS_MIX
Definition cs_cf_model.h:75
@ CS_EOS_HOMOGENEOUS_TWO_PHASE
Definition cs_cf_model.h:77
#define BEGIN_C_DECLS
Definition cs_defs.h:509
#define END_C_DECLS
Definition cs_defs.h:510
int hgn_relax_eq_st
Definition cs_cf_model.h:62
int ieos
Definition cs_cf_model.h:51
int ithvar
Definition cs_cf_model.h:53
double psginf
Definition cs_cf_model.h:56
double gammasg
Definition cs_cf_model.h:59
Compressible model general options descriptor.
Definition cs_cf_model.h:49