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
hydraulicspage.h File Reference
Include dependency graph for hydraulicspage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::HydraulicsPage
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

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

Simulation Options → Routing & Hydraulics.

The headline page of the restructure. FLOW_ROUTING sits in a header above the tab bar because it gates three of the four tabs — it can neither live inside one of them nor stay two sidebar rows away on Models / Processes, which is where it used to be (PLAN §2.1).

Tabs: Routing · Dynamic Wave · Finite Volume · Unsteady Friction.

"Skip steady state" lands on the shared Routing tab rather than Dynamic Wave: SWMMEngine::isInSteadyState() is called from the main routing step with no routing-model guard, so SKIP_STEADY_STATE is honoured under every method (PLAN §7 Q1, resolved by measurement).