![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
MVC model for a single SWMM aquifer ([AQUIFERS]). More...
#include <QObject>#include <QString>Go to the source code of this file.
Classes | |
| class | openswmmvis::aquifer::AquiferProvider |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::aquifer |
MVC model for a single SWMM aquifer ([AQUIFERS]).
One AquiferProvider per [AQUIFERS] entry. Owned by a project-scoped AquiferRegistry. Mirrors PollutantProvider. The engine exposes aquifer parameters through a uniform param-code API (swmm_aquifer_get/set_param), so the twelve fields are stored in an index-addressed array whose order matches SWMM_AquiferParam (0..ParamCount-1). The provider stays engine- agnostic — the registry maps indices to engine codes (identity).