![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
#include <SubsurfaceData.hpp>
Public Attributes | |
| int | node = -1 |
| 1D node index | |
| int | cell = -1 |
| containing mesh cell, resolved at initialize | |
| double | Kc = 0.0 |
| semi-confining bed conductivity (m/s); 0 = direct | |
| double | dC = 0.0 |
| bed thickness (m) | |
| double | area = 0.0 |
| exchange area (m²); 0 ⇒ derived from the cell area | |
Node ↔ aquifer exchange configuration for one coupled node. Absent bed layer ⇒ direct Darcy (MODFLOW-River config a).
| double openswmm::twoD::GwNodeBed::area = 0.0 |
exchange area (m²); 0 ⇒ derived from the cell area
| int openswmm::twoD::GwNodeBed::cell = -1 |
containing mesh cell, resolved at initialize
| double openswmm::twoD::GwNodeBed::dC = 0.0 |
bed thickness (m)
| double openswmm::twoD::GwNodeBed::Kc = 0.0 |
semi-confining bed conductivity (m/s); 0 = direct
| int openswmm::twoD::GwNodeBed::node = -1 |
1D node index