9.0
general documentation
Loading...
Searching...
No Matches
cs_cf_model.h File Reference
#include "base/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_NONE = -1 , CS_EOS_IDEAL_GAS = 1 , CS_EOS_STIFFENED_GAS = 2 , CS_EOS_GAS_MIX = 3 ,
  CS_EOS_HOMOGENEOUS_TWO_PHASE = 4 , CS_EOS_MOIST_AIR = 5
}

Functions

cs_cf_model_tcs_get_glob_cf_model (void)
 Provide access to compressible model global structure cs_glob_cf_model.
void cs_cf_add_variable_fields (void)
 Variable field definitions for the compressible module, according to calculation type selected by the user.
void cs_cf_add_property_fields (void)
 Property field definitions for the compressible module, according to calculation type selected by the user.
void cs_cf_setup (void)
 Setup options specific to the compressible model.
void cs_cf_model_log_setup (void)
 Print the compressible module options to setup.log.
void cs_cf_initialize (void)
 Initialize variables of the compressible flow model.
void cs_cf_physical_properties (void)
 Compute variable physical properties for the compressible module.

Variables

const cs_cf_model_tcs_glob_cf_model

Enumeration Type Documentation

◆ cs_cf_model_eos_t

Enumerator
CS_EOS_NONE 
CS_EOS_IDEAL_GAS 
CS_EOS_STIFFENED_GAS 
CS_EOS_GAS_MIX 
CS_EOS_HOMOGENEOUS_TWO_PHASE 
CS_EOS_MOIST_AIR 

Function Documentation

◆ cs_cf_add_property_fields()

void cs_cf_add_property_fields ( void )

Property field definitions for the compressible module, according to calculation type selected by the user.

◆ cs_cf_add_variable_fields()

void cs_cf_add_variable_fields ( void )

Variable field definitions for the compressible module, according to calculation type selected by the user.

◆ cs_cf_initialize()

void cs_cf_initialize ( void )

Initialize variables of the compressible flow model.

◆ cs_cf_model_log_setup()

void cs_cf_model_log_setup ( void )

Print the compressible module options to setup.log.

◆ cs_cf_physical_properties()

void cs_cf_physical_properties ( void )

Compute variable physical properties for the compressible module.

◆ cs_cf_setup()

void cs_cf_setup ( void )

Setup options specific to the compressible model.

◆ 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