![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Pollutant buildup and washoff per land use — batch SoA. More...
#include <vector>Go to the source code of this file.
Classes | |
| struct | openswmm::landuse::BuildupParams |
| struct | openswmm::landuse::WashoffParams |
| struct | openswmm::landuse::SurfaceQualitySoA |
| class | openswmm::landuse::LanduseSolver |
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::landuse |
Enumerations | |
| enum class | openswmm::landuse::BuildupType : int { openswmm::landuse::NONE = 0 , openswmm::landuse::POWER = 1 , openswmm::landuse::EXPON = 2 , openswmm::landuse::SATUR = 3 , openswmm::landuse::EXTERNAL = 4 } |
| enum class | openswmm::landuse::WashoffType : int { openswmm::landuse::NONE = 0 , openswmm::landuse::EXPON = 1 , openswmm::landuse::RATING = 2 , openswmm::landuse::EMC = 3 } |
Pollutant buildup and washoff per land use — batch SoA.
Each subcatchment can have multiple land uses, each with per- pollutant buildup and washoff functions. The buildup/washoff equations are pure arithmetic — vectorisable across all (subcatchment × landuse × pollutant) triples.
Buildup models:
Washoff models:
All models are applied identically per element — vectorisable.