programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions | Variables
cs_parameters.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_parameters.h:

Go to the source code of this file.

Data Structures

struct  cs_var_cal_opt_t
 
struct  cs_space_disc_t
 Space discretisation options descriptor. More...
 
struct  cs_piso_t
 PISO options descriptor. More...
 

Enumerations

enum  {
  CS_INDEF = 1, CS_INLET = 2, CS_OUTLET = 3, CS_SYMMETRY = 4,
  CS_SMOOTHWALL = 5, CS_ROUGHWALL = 6, CS_ESICF = 7, CS_SSPCF = 8,
  CS_SOPCF = 9, CS_ERUCF = 10, CS_EPHCF = 11, CS_EQHCF = 12,
  CS_COUPLED = 13, CS_FREE_INLET = 14
}
 

Functions

void cs_parameters_define_field_keys (void)
 Define general field keys. More...
 
void cs_parameters_read_restart_info (void)
 Read general restart info. More...
 

Variables

const cs_space_disc_tcs_glob_space_disc
 
const cs_piso_tcs_glob_piso
 

Enumeration Type Documentation

anonymous enum
Enumerator
CS_INDEF 
CS_INLET 
CS_OUTLET 
CS_SYMMETRY 
CS_SMOOTHWALL 
CS_ROUGHWALL 
CS_ESICF 
CS_SSPCF 
CS_SOPCF 
CS_ERUCF 
CS_EPHCF 
CS_EQHCF 
CS_COUPLED 
CS_FREE_INLET 

Function Documentation

void cs_parameters_define_field_keys ( void  )

Define general field keys.

(end ignore by Doxygen)

A recommened practice for different submodules would be to use "cs_<module>_key_init() functions to define keys specific to those modules.

void cs_parameters_read_restart_info ( void  )

Read general restart info.

This updates the previous time step info.

Variable Documentation

const cs_piso_t* cs_glob_piso
const cs_space_disc_t* cs_glob_space_disc