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

Classes

struct  LIDGroupSoA
 
class  LIDSolver
 

Enumerations

enum class  LIDType : int {
  BIO_CELL = 0 ,
  RAIN_GARDEN = 1 ,
  GREEN_ROOF = 2 ,
  INFIL_TRENCH = 3 ,
  PERM_PAVEMENT = 4 ,
  RAIN_BARREL = 5 ,
  VEG_SWALE = 6 ,
  ROOF_DISCON = 7
}
 

Variables

constexpr int SURF = 0
 
constexpr int SOIL = 1
 
constexpr int STOR = 2
 
constexpr int PAVE = 3
 
constexpr int N_LAYERS = 4
 

Enumeration Type Documentation

◆ LIDType

enum class openswmm::lid::LIDType : int
strong
Enumerator
BIO_CELL 
RAIN_GARDEN 
GREEN_ROOF 
INFIL_TRENCH 
PERM_PAVEMENT 
RAIN_BARREL 
VEG_SWALE 
ROOF_DISCON 

Variable Documentation

◆ N_LAYERS

constexpr int openswmm::lid::N_LAYERS = 4
constexpr

◆ PAVE

constexpr int openswmm::lid::PAVE = 3
constexpr

◆ SOIL

constexpr int openswmm::lid::SOIL = 1
constexpr

◆ STOR

constexpr int openswmm::lid::STOR = 2
constexpr

◆ SURF

constexpr int openswmm::lid::SURF = 0
constexpr