![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Snapshot of link state at an output time step. More...
#include <SimulationSnapshot.hpp>
Public Attributes | |
| std::vector< double > | flow |
| Flow rate [project flow units]. | |
| std::vector< double > | depth |
| Water depth [project length units]. | |
| std::vector< double > | velocity |
| Mean velocity [project length/time]. | |
| std::vector< double > | capacity |
| Full-flow capacity fraction [0, 1]. | |
Snapshot of link state at an output time step.
| std::vector<double> openswmm::LinkSnapshot::capacity |
Full-flow capacity fraction [0, 1].
| std::vector<double> openswmm::LinkSnapshot::depth |
Water depth [project length units].
| std::vector<double> openswmm::LinkSnapshot::flow |
Flow rate [project flow units].
| std::vector<double> openswmm::LinkSnapshot::velocity |
Mean velocity [project length/time].