![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <InflowData.hpp>
Public Attributes | |
| std::string | name |
| UH group name. | |
| std::string | gage_name |
| Associated rain gage name. | |
| int | month |
| Month index (0-11, or -1 for ALL) | |
| int | response |
| 0=SHORT, 1=MEDIUM, 2=LONG | |
| double | r |
| Fraction of rainfall volume. | |
| double | t |
| Time to peak (hours) | |
| double | k |
| Recession-limb-to-peak-time ratio (tBase = t*(1+k); k >= 0) | |
| double | dmax |
| Max initial abstraction depth. | |
| double | drecov |
| IA recovery rate. | |
| double | dinit |
| Initial IA used. | |
| double openswmm::UnitHydEntry::dinit |
Initial IA used.
| double openswmm::UnitHydEntry::dmax |
Max initial abstraction depth.
| double openswmm::UnitHydEntry::drecov |
IA recovery rate.
| std::string openswmm::UnitHydEntry::gage_name |
Associated rain gage name.
| double openswmm::UnitHydEntry::k |
Recession-limb-to-peak-time ratio (tBase = t*(1+k); k >= 0)
| int openswmm::UnitHydEntry::month |
Month index (0-11, or -1 for ALL)
| std::string openswmm::UnitHydEntry::name |
UH group name.
| double openswmm::UnitHydEntry::r |
Fraction of rainfall volume.
| int openswmm::UnitHydEntry::response |
0=SHORT, 1=MEDIUM, 2=LONG
| double openswmm::UnitHydEntry::t |
Time to peak (hours)