1 #ifndef __CS_GWF_PARAM_H__ 2 #define __CS_GWF_PARAM_H__ 78 #define CS_GWF_POST_SOIL_CAPACITY (1 << 0) 79 #define CS_GWF_POST_LIQUID_SATURATION (1 << 1) 80 #define CS_GWF_POST_PERMEABILITY (1 << 2) 81 #define CS_GWF_POST_DARCY_FLUX_BALANCE (1 << 3) 82 #define CS_GWF_POST_DARCY_FLUX_DIVERGENCE (1 << 4) 83 #define CS_GWF_POST_DARCY_FLUX_AT_BOUNDARY (1 << 5) 84 #define CS_GWF_POST_GAS_MASS_DENSITY (1 << 6) cs_gwf_soil_model_t
Predefined hydraulic model of soils used in the groundwater flow module.
Definition: cs_gwf_param.h:256
Definition: cs_gwf_param.h:170
Definition: cs_gwf_param.h:220
Single phase (liquid phase) modelling in a porous media.
Definition: cs_gwf_param.h:129
#define BEGIN_C_DECLS
Definition: cs_defs.h:512
Definition: cs_gwf_param.h:104
cs_gwf_tracer_model_bit_t
Flags specifying the general behavior of a tracer associated to the groundwater flow module...
Definition: cs_gwf_param.h:284
cs_gwf_model_type_t
Type of system of equation(s) to consider for the physical modelling.
Definition: cs_gwf_param.h:118
Definition: cs_gwf_param.h:105
cs_gwf_tracer_unit_t
Type of unit for the expression of the radioactive inventory.
Definition: cs_gwf_param.h:102
User-defined tracer.
Definition: cs_gwf_param.h:292
Immiscible two phase flow modelling (gaseous and liquid phases) in porous media.
Definition: cs_gwf_param.h:168
Definition: cs_gwf_param.h:204
Add the precipitation phenomena to the default tracer equation.
Definition: cs_gwf_param.h:321
Definition: cs_gwf_param.h:259
Definition: cs_gwf_param.h:260
Definition: cs_gwf_param.h:192
Miscible two phase flow modelling (gaseous and liquid phases) in porous media.
Definition: cs_gwf_param.h:155
EK model with 3 parameters.
Definition: cs_gwf_param.h:304
Single phase (liquid phase) modelling in a porous media.
Definition: cs_gwf_param.h:143
#define END_C_DECLS
Definition: cs_defs.h:513
unsigned short int cs_flag_t
Definition: cs_defs.h:324
EK model with 5 parameters.
Definition: cs_gwf_param.h:315
cs_flag_t cs_gwf_tracer_model_t
Definition: cs_gwf_param.h:272
Definition: cs_gwf_param.h:262
cs_gwf_model_bit_t
Additional modelling options either from the physical viewpoint or the numerical viewpoint.
Definition: cs_gwf_param.h:182
Definition: cs_gwf_param.h:258
Definition: cs_gwf_param.h:213