1#ifndef __CS_CF_MODEL_H__
2#define __CS_CF_MODEL_H__
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:364
void cs_cf_model_log_setup(void)
Print the compressible module options to setup.log.
Definition: cs_cf_model.cpp:423
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:305
void cs_cf_physical_properties(void)
Compute variable physical properties for the compressible module.
Definition: cs_cf_model.cpp:474
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:202
void cs_cf_initialize(void)
Initialize variables of the compressible flow model.
Definition: cs_cf_model.cpp:450
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:189
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
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
#define END_C_DECLS
Definition: cs_defs.h:543
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