programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
Flags specifying general boundary zone type

Macros

#define CS_BOUNDARY_ZONE_WALL   (1 << 0)
 
#define CS_BOUNDARY_ZONE_CDO_DOMAIN   (1 << 1)
 
#define CS_VOLUME_ZONE_INITIALIZATION   (1 << 0)
 
#define CS_VOLUME_ZONE_POROSITY   (1 << 1)
 
#define CS_VOLUME_ZONE_HEAD_LOSS   (1 << 2)
 
#define CS_VOLUME_ZONE_SOURCE_TERM   (1 << 3)
 
#define CS_VOLUME_ZONE_MASS_SOURCE_TERM   (1 << 4)
 
#define CS_VOLUME_ZONE_GWF_SOIL   (1 << 5)
 

Detailed Description

Macro Definition Documentation

#define CS_BOUNDARY_ZONE_CDO_DOMAIN   (1 << 1)

zone defined for CDO domain

#define CS_BOUNDARY_ZONE_WALL   (1 << 0)

initialization zone

#define CS_VOLUME_ZONE_GWF_SOIL   (1 << 5)

soil used in the groundwater flow module

#define CS_VOLUME_ZONE_HEAD_LOSS   (1 << 2)

head loss zone

#define CS_VOLUME_ZONE_INITIALIZATION   (1 << 0)

initialization zone

#define CS_VOLUME_ZONE_MASS_SOURCE_TERM   (1 << 4)

source term (mass)

#define CS_VOLUME_ZONE_POROSITY   (1 << 1)

porosity zone

#define CS_VOLUME_ZONE_SOURCE_TERM   (1 << 3)

source term (general)