OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::groundwater Namespace Reference

Classes

struct  GWContext
 
struct  GWSoA
 
class  GWSolver
 

Enumerations

enum  GWVar : int {
  GWV_HGW = 0 ,
  GWV_HSW = 1 ,
  GWV_HCB = 2 ,
  GWV_HGS = 3 ,
  GWV_KS = 4 ,
  GWV_K = 5 ,
  GWV_THETA = 6 ,
  GWV_PHI = 7 ,
  GWV_FI = 8 ,
  GWV_FU = 9 ,
  GWV_A = 10 ,
  GWV_MAX = 11
}
 GW expression variable indices (matching legacy GWvariables enum). More...
 

Enumeration Type Documentation

◆ GWVar

GW expression variable indices (matching legacy GWvariables enum).

Enumerator
GWV_HGW 

Water table height.

GWV_HSW 

Surface water head.

GWV_HCB 

Channel bottom height (h_star)

GWV_HGS 

Ground surface height (total_depth)

GWV_KS 

Saturated conductivity.

GWV_K 

Unsaturated conductivity.

GWV_THETA 

Upper zone moisture content.

GWV_PHI 

Porosity.

GWV_FI 

Surface infiltration rate.

GWV_FU 

Upper zone percolation rate.

GWV_A 

Subcatchment area.

GWV_MAX