![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Water quality routing — batch SoA, numerically identical to legacy. More...
#include "QualityRouting.hpp"#include "../core/SimulationContext.hpp"#include "../math/SIMD.hpp"#include <cmath>#include <algorithm>#include <vector>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::quality |
Water quality routing — batch SoA, numerically identical to legacy.
All quality operations use flat [node*n_pollutants+p] indexing for cache-friendly batch processing. Inner loops are vectorisable.