SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
aquiferprovider.h File Reference

MVC model for a single SWMM aquifer ([AQUIFERS]). More...

#include <QObject>
#include <QString>
Include dependency graph for aquiferprovider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::aquifer::AquiferProvider
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::aquifer
 

Detailed Description

MVC model for a single SWMM aquifer ([AQUIFERS]).

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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).