![]() |
programmer's documentation
|
#include "cs_defs.h"
Go to the source code of this file.
Data Structures | |
struct | cs_var_cal_opt_t |
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... | |
anonymous enum |
void cs_parameters_define_field_keys | ( | void | ) |
Define general field keys.
A recommened practice for different submodules would be to use "cs_<module>_key_init() functions to define keys specific to those modules.