8.0
general documentation
Loading...
Searching...
No Matches
cs_cf_model.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_cf_model.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_tcs_get_glob_cf_model (void)
 Provide access to compressible model global structure cs_glob_cf_model.

Variables

const cs_cf_model_tcs_glob_cf_model

Enumeration Type Documentation

◆ cs_cf_model_eos_t

Enumerator
CS_EOS_IDEAL_GAS 
CS_EOS_STIFFENED_GAS 
CS_EOS_GAS_MIX 
CS_EOS_HOMOGENEOUS_TWO_PHASE 

Function Documentation

◆ cs_get_glob_cf_model()

cs_cf_model_t * cs_get_glob_cf_model ( void )

Provide access to compressible model global structure cs_glob_cf_model.

Variable Documentation

◆ cs_glob_cf_model

const cs_cf_model_t* cs_glob_cf_model
extern