const cs_cf_model_t * cs_glob_cf_model
void cs_cf_setup(void)
Setup options specific to the compressible model.
Definition: cs_cf_model.cpp:378
void cs_cf_model_log_setup(void)
Print the compressible module options to setup.log.
Definition: cs_cf_model.cpp:422
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.cpp:319
void cs_cf_physical_properties(void)
Compute variable physical properties for the compressible module.
Definition: cs_cf_model.cpp:473
void cs_cf_add_variable_fields(void)
Variable field definitions for the compressible module, according to calculation type selected by the...
Definition: cs_cf_model.cpp:200
void cs_cf_initialize(void)
Initialize variables of the compressible flow model.
Definition: cs_cf_model.cpp:449
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.cpp:187
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:72
@ CS_EOS_MOIST_AIR
Definition: cs_cf_model.h:76
@ CS_EOS_NONE
Definition: cs_cf_model.h:71
@ CS_EOS_GAS_MIX
Definition: cs_cf_model.h:74
@ CS_EOS_HOMOGENEOUS_TWO_PHASE
Definition: cs_cf_model.h:75
int hgn_relax_eq_st
Definition: cs_cf_model.h:63
int icfgrp
Definition: cs_cf_model.h:54
double psginf
Definition: cs_cf_model.h:57
int ieos
Definition: cs_cf_model.h:49
int ithvar
Definition: cs_cf_model.h:51
double gammasg
Definition: cs_cf_model.h:60
Compressible model general options descriptor.
Definition: cs_cf_model.h:47