![]() |
programmer's documentation
|
#include "cs_defs.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_t * | cs_glob_space_disc |
const cs_piso_t * | cs_glob_piso |
anonymous enum |
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.
const cs_piso_t* cs_glob_piso |
const cs_space_disc_t* cs_glob_space_disc |