programmer's documentation
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

◆ CS_GWF_GRAVITATION

#define CS_GWF_GRAVITATION   (1 << 0)

Gravitation effects are taken into account in the Richards equation

◆ CS_GWF_RICHARDS_UNSTEADY

#define CS_GWF_RICHARDS_UNSTEADY   (1 << 1)

Richards equation is unsteady (unsatured behavior)

◆ CS_GWF_SOIL_ALL_SATURATED

#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)

◆ CS_GWF_SOIL_PROPERTY_UNSTEADY

#define CS_GWF_SOIL_PROPERTY_UNSTEADY   (1 << 2)

Physical properties related to soil behavior are time-dependent