![]() |
OpenSWMM Engine
6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
|
Snapshot of subcatchment state at an output time step. More...
#include <SimulationSnapshot.hpp>
Public Attributes | |
| std::vector< double > | rainfall |
| Rainfall rate [display rate units]. | |
| std::vector< double > | snow_depth |
| Snow depth [display depth units]. | |
| std::vector< double > | evap |
| Evaporation [display rate units]. | |
| std::vector< double > | infil |
| Infiltration [display rate units]. | |
| std::vector< double > | runoff |
| Surface runoff [display flow units]. | |
| std::vector< double > | gw_flow |
| Groundwater outflow [display flow units]. | |
| std::vector< double > | gw_elev |
| Groundwater elevation [display length units]. | |
| std::vector< double > | soil_moist |
| Soil moisture [-]. | |
Snapshot of subcatchment state at an output time step.
| std::vector<double> openswmm::SubcatchSnapshot::evap |
Evaporation [display rate units].
| std::vector<double> openswmm::SubcatchSnapshot::gw_elev |
Groundwater elevation [display length units].
| std::vector<double> openswmm::SubcatchSnapshot::gw_flow |
Groundwater outflow [display flow units].
| std::vector<double> openswmm::SubcatchSnapshot::infil |
Infiltration [display rate units].
| std::vector<double> openswmm::SubcatchSnapshot::rainfall |
Rainfall rate [display rate units].
| std::vector<double> openswmm::SubcatchSnapshot::runoff |
Surface runoff [display flow units].
| std::vector<double> openswmm::SubcatchSnapshot::snow_depth |
Snow depth [display depth units].
| std::vector<double> openswmm::SubcatchSnapshot::soil_moist |
Soil moisture [-].