1#ifndef __CS_GWF_PARAM_H__
2#define __CS_GWF_PARAM_H__
85#define CS_GWF_POST_SOIL_CAPACITY (1 << 0)
86#define CS_GWF_POST_LIQUID_SATURATION (1 << 1)
87#define CS_GWF_POST_PERMEABILITY (1 << 2)
88#define CS_GWF_POST_DARCY_FLUX_BALANCE (1 << 3)
89#define CS_GWF_POST_DARCY_FLUX_DIVERGENCE (1 << 4)
90#define CS_GWF_POST_DARCY_FLUX_AT_BOUNDARY (1 << 5)
91#define CS_GWF_POST_COMPONENT_MASS_DENSITY (1 << 6)
92#define CS_GWF_POST_SOIL_STATE (1 << 7)
93#define CS_GWF_POST_SOIL_MINMAX (1 << 8)
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
#define END_C_DECLS
Definition: cs_defs.h:543
unsigned short int cs_flag_t
Definition: cs_defs.h:344
cs_flag_t cs_gwf_tracer_model_t
Flags specifying the general behavior of a tracer associated to the groundwater flow module.
Definition: cs_gwf_param.h:297
cs_gwf_model_bit_t
Additional modelling options either from the physical viewpoint or the numerical viewpoint.
Definition: cs_gwf_param.h:191
@ CS_GWF_ENFORCE_DIVERGENCE_FREE
Definition: cs_gwf_param.h:229
@ CS_GWF_GRAVITATION
Definition: cs_gwf_param.h:201
@ CS_GWF_FORCE_RICHARDS_ITERATIONS
Definition: cs_gwf_param.h:213
@ CS_GWF_RESCALE_HEAD_TO_ZERO_MEAN_VALUE
Definition: cs_gwf_param.h:222
cs_gwf_model_type_t
Type of system of equation(s) to consider for the physical modelling.
Definition: cs_gwf_param.h:127
@ CS_GWF_MODEL_IMMISCIBLE_TWO_PHASE
Immiscible two phase flow modelling (gaseous and liquid phases) in porous media.
Definition: cs_gwf_param.h:177
@ CS_GWF_MODEL_SATURATED_SINGLE_PHASE
Single phase (liquid phase) model in a saturated porous media.
Definition: cs_gwf_param.h:138
@ CS_GWF_N_MODEL_TYPES
Definition: cs_gwf_param.h:179
@ CS_GWF_MODEL_UNSATURATED_SINGLE_PHASE
Single phase (liquid phase) model in an unsaturated porous media.
Definition: cs_gwf_param.h:152
@ CS_GWF_MODEL_MISCIBLE_TWO_PHASE
Miscible two phase flow modelling (gaseous and liquid phases) in porous media.
Definition: cs_gwf_param.h:164
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:309
@ CS_GWF_TRACER_SORPTION_EK_3_PARAMETERS
EK model with 3 parameters.
Definition: cs_gwf_param.h:329
@ CS_GWF_TRACER_PRECIPITATION
Add the precipitation phenomena to the default tracer equation.
Definition: cs_gwf_param.h:346
@ CS_GWF_TRACER_USER
User-defined tracer.
Definition: cs_gwf_param.h:317
@ CS_GWF_TRACER_SORPTION_EK_5_PARAMETERS
EK model with 5 parameters.
Definition: cs_gwf_param.h:340
cs_gwf_soil_model_t
Predefined hydraulic model of soils used in the groundwater flow module.
Definition: cs_gwf_param.h:280
@ CS_GWF_SOIL_VGM_TWO_PHASE
Definition: cs_gwf_param.h:284
@ CS_GWF_SOIL_USER
Definition: cs_gwf_param.h:285
@ CS_GWF_SOIL_VGM_SINGLE_PHASE
Definition: cs_gwf_param.h:283
@ CS_GWF_SOIL_N_HYDRAULIC_MODELS
Definition: cs_gwf_param.h:287
@ CS_GWF_SOIL_SATURATED
Definition: cs_gwf_param.h:282
cs_gwf_tracer_unit_t
Type of unit for the expression of the radioactive inventory.
Definition: cs_gwf_param.h:111
@ CS_GWF_TRACER_UNIT_BECQUEREL
Definition: cs_gwf_param.h:113
@ CS_GWF_TRACER_UNIT_MOLE
Definition: cs_gwf_param.h:114