![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
SoA storage for LID usage assignments to subcatchments. More...
#include <HydrologyData.hpp>
Public Member Functions | |
| int | count () const |
Public Attributes | |
| std::vector< int > | subcatch_index |
| Subcatchment index. | |
| std::vector< int > | lid_index |
| Index into LidControlStore. | |
| std::vector< int > | number |
| Number of replicate units. | |
| std::vector< double > | area |
| Area of each unit (ft2 or m2) | |
| std::vector< double > | width |
| Top width of overland flow (ft or m) | |
| std::vector< double > | init_sat |
| Initial saturation (0–1) | |
| std::vector< double > | from_imperv |
| % of impervious area routed to LID | |
| std::vector< int > | to_perv |
| 1 = route outflow to pervious area | |
| std::vector< std::string > | rpt_file |
| Report file name (optional) | |
| std::vector< std::string > | drain_to |
| Drain-to subcatchment name (optional) | |
| std::vector< double > | from_perv |
| % of pervious area routed to LID | |
SoA storage for LID usage assignments to subcatchments.
|
inline |
| std::vector<double> openswmm::LidUsageStore::area |
Area of each unit (ft2 or m2)
| std::vector<std::string> openswmm::LidUsageStore::drain_to |
Drain-to subcatchment name (optional)
| std::vector<double> openswmm::LidUsageStore::from_imperv |
% of impervious area routed to LID
| std::vector<double> openswmm::LidUsageStore::from_perv |
% of pervious area routed to LID
| std::vector<double> openswmm::LidUsageStore::init_sat |
Initial saturation (0–1)
| std::vector<int> openswmm::LidUsageStore::lid_index |
Index into LidControlStore.
| std::vector<int> openswmm::LidUsageStore::number |
Number of replicate units.
| std::vector<std::string> openswmm::LidUsageStore::rpt_file |
Report file name (optional)
| std::vector<int> openswmm::LidUsageStore::subcatch_index |
Subcatchment index.
| std::vector<int> openswmm::LidUsageStore::to_perv |
1 = route outflow to pervious area
| std::vector<double> openswmm::LidUsageStore::width |
Top width of overland flow (ft or m)