![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
#include <PendingRows2D.hpp>
Public Attributes | |
| int | tri = 0 |
| int | edge = 0 |
| 0..2 | |
| std::string | species |
| name in [POLLUTANTS] | |
| double | conc = 0.0 |
| species units | |
S2 — one [2D_BOUNDARY_QUALITY] row: TRI EDGE SPECIES CONC, the same 0-based TRI / 0..2 EDGE spelling as [2D_BOUNDARY_CONDITIONS]. Gives the concentration INFLOW through that boundary edge carries; outflow always leaves at the cell's concentration, so no row is needed for it.
| double openswmm::twoD::PendingBoundaryQualityRow::conc = 0.0 |
species units
| int openswmm::twoD::PendingBoundaryQualityRow::edge = 0 |
0..2
| std::string openswmm::twoD::PendingBoundaryQualityRow::species |
name in [POLLUTANTS]
| int openswmm::twoD::PendingBoundaryQualityRow::tri = 0 |