1 #ifndef __CS_CF_MODEL_H__
2 #define __CS_CF_MODEL_H__
const cs_cf_model_t * cs_glob_cf_model
void cs_cf_model_log_setup(void)
Print the compressible module options to setup.log.
Definition: cs_cf_model.c:335
void cs_cf_add_property_fields(void)
Property field definitions for the compressible module, according to calculation type selected by the...
Definition: cs_cf_model.c:275
int * cs_cf_get_ifbet(void)
Provide access to imposed thermal flux indicator at the boundary (some boundary contributions of the ...
Definition: cs_cf_model.c:262
cs_cf_model_eos_t
Definition: cs_cf_model.h:71
@ CS_EOS_STIFFENED_GAS
Definition: cs_cf_model.h:75
@ CS_EOS_IDEAL_GAS
Definition: cs_cf_model.h:74
@ CS_EOS_MOIST_AIR
Definition: cs_cf_model.h:78
@ CS_EOS_NONE
Definition: cs_cf_model.h:73
@ CS_EOS_GAS_MIX
Definition: cs_cf_model.h:76
@ CS_EOS_HOMOGENEOUS_TWO_PHASE
Definition: cs_cf_model.h:77
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:234
int * cs_cf_get_icvfli(void)
Provide access to boundary face indicator array of convection flux.
Definition: cs_cf_model.c:248
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
#define END_C_DECLS
Definition: cs_defs.h:529
int hgn_relax_eq_st
Definition: cs_cf_model.h:65
int icfgrp
Definition: cs_cf_model.h:56
double psginf
Definition: cs_cf_model.h:59
int ieos
Definition: cs_cf_model.h:51
int ithvar
Definition: cs_cf_model.h:53
double gammasg
Definition: cs_cf_model.h:62
Compressible model general options descriptor.
Definition: cs_cf_model.h:49