![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Per-node routing state snapshot. More...
#include <FormatTypes.hpp>
Public Attributes | |
| double | depth = 0.0 |
| double | lateral_inflow = 0.0 |
| double | overflow = 0.0 |
| std::vector< double > | concentration |
| Pollutant concentration array (length = HotstartHeader::num_pollut). | |
Per-node routing state snapshot.
| std::vector<double> openswmm::gpkg::formats::HotstartNodeState::concentration |
Pollutant concentration array (length = HotstartHeader::num_pollut).
| double openswmm::gpkg::formats::HotstartNodeState::depth = 0.0 |
| double openswmm::gpkg::formats::HotstartNodeState::lateral_inflow = 0.0 |
| double openswmm::gpkg::formats::HotstartNodeState::overflow = 0.0 |