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
groundwaterexchangedialog.h File Reference

Groundwater Exchange editor for one subcatchment: the [GROUNDWATER] receiving node + surface elevation + standard lateral-flow coefficients (A1 B1 A2 B2 A3 Twgr Hstar) and the two [GWF] custom expressions (LATERAL / DEEP) with live engine validation. Replaces the Groundwater page that used to live in SubcatchCompoundEditDialog (AQUIFER_GROUNDWATER_EXCHANGE_GUI_PLAN D2): the aquifer itself is assigned on the subcatchment's Aquifer property row, so this dialog only shows it. More...

#include <QDialog>
#include "ui/properties/subcatchcompoundeditref.h"
Include dependency graph for groundwaterexchangedialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GroundwaterExchangeDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Groundwater Exchange editor for one subcatchment: the [GROUNDWATER] receiving node + surface elevation + standard lateral-flow coefficients (A1 B1 A2 B2 A3 Twgr Hstar) and the two [GWF] custom expressions (LATERAL / DEEP) with live engine validation. Replaces the Groundwater page that used to live in SubcatchCompoundEditDialog (AQUIFER_GROUNDWATER_EXCHANGE_GUI_PLAN D2): the aquifer itself is assigned on the subcatchment's Aquifer property row, so this dialog only shows it.

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

Modeless top-level dialog opened from the SubcatchCompoundEditButton (property browser + attribute table) for Kind::Groundwater and from the node-side "Groundwater Sources" row. Apply writes straight to the engine and calls SWMMModelLayer::markEdited() like every other compound editor.