#include "cs_defs.h"
Go to the source code of this file.
Data Structures | |
struct | cs_cf_model_t |
Compressible model general options descriptor. More... | |
Enumerations | |
enum | cs_cf_model_eos_t { CS_EOS_IDEAL_GAS = 1, CS_EOS_STIFFENED_GAS = 2, CS_EOS_GAS_MIX = 3, CS_EOS_HOMOGENEOUS_TWO_PHASE = 4 } |
Functions | |
cs_cf_model_t * | cs_get_glob_cf_model (void) |
Provide access to compressible model global structure cs_glob_cf_model. More... | |
Variables | |
const cs_cf_model_t * | cs_glob_cf_model |
enum cs_cf_model_eos_t |
cs_cf_model_t* cs_get_glob_cf_model | ( | void | ) |
Provide access to compressible model global structure cs_glob_cf_model.
const cs_cf_model_t* cs_glob_cf_model |