![]() |
programmer's documentation
|
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) |
flow module
#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