![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
RDII — rainfall-dependent infiltration/inflow via unit hydrograph. More...
#include <vector>#include <string>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | openswmm::rdii::UnitHydParams |
| struct | openswmm::rdii::RDIIGroupSoA |
| class | openswmm::rdii::RDIISolver |
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::rdii |
RDII — rainfall-dependent infiltration/inflow via unit hydrograph.
Each RDII node has 3 triangular unit hydrographs (short/medium/long response). The RDII inflow at each timestep is the convolution of past rainfall with the UH ordinates.
SoA: past rainfall stored as circular buffer per UH group. Convolution is a dot-product — vectorisable.