programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
Flags specifying the general behavior of the groundwater

Macros

#define CS_GWF_GRAVITATION   (1 << 0)
 
#define CS_GWF_RICHARDS_UNSTEADY   (1 << 1)
 
#define CS_GWF_SOIL_PROPERTY_UNSTEADY   (1 << 2)
 
#define CS_GWF_SOIL_ALL_SATURATED   (1 << 3)
 

Detailed Description

flow module

Macro Definition Documentation

#define CS_GWF_GRAVITATION   (1 << 0)

Gravitation effects are taken into account in the Richards equation

#define CS_GWF_RICHARDS_UNSTEADY   (1 << 1)

Richards equation is unsteady (unsatured behavior)

#define CS_GWF_SOIL_ALL_SATURATED   (1 << 3)

Several different hydraulic modeling can be considered. Set a special flag if all soils are considered as saturated (simpler treatment)

#define CS_GWF_SOIL_PROPERTY_UNSTEADY   (1 << 2)

Physical properties related to soil behavior are time-dependent