![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <Infiltration.hpp>
Public Attributes | |
| double | f0 = 0.0 |
| Initial infiltration rate (ft/sec) | |
| double | fmin = 0.0 |
| Minimum (ultimate) rate (ft/sec) | |
| double | decay = 0.0 |
| Decay constant k (1/sec) | |
| double | regen = 0.0 |
| Regeneration constant kr (1/sec) | |
| double | Fmax = 0.0 |
| Max cumulative infiltration (ft) | |
| double | tp = 0.0 |
| Cumulative infiltration time (sec) | |
| double | Fe = 0.0 |
| Cumulative excess infiltration (ft) | |
| double | Fmh = 0.0 |
| Cumulative infiltration for Modified Horton (ft) | |
| double openswmm::HortonState::decay = 0.0 |
Decay constant k (1/sec)
| double openswmm::HortonState::f0 = 0.0 |
Initial infiltration rate (ft/sec)
| double openswmm::HortonState::Fe = 0.0 |
Cumulative excess infiltration (ft)
| double openswmm::HortonState::Fmax = 0.0 |
Max cumulative infiltration (ft)
| double openswmm::HortonState::Fmh = 0.0 |
Cumulative infiltration for Modified Horton (ft)
| double openswmm::HortonState::fmin = 0.0 |
Minimum (ultimate) rate (ft/sec)
| double openswmm::HortonState::regen = 0.0 |
Regeneration constant kr (1/sec)
| double openswmm::HortonState::tp = 0.0 |
Cumulative infiltration time (sec)