![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "ui/dialogs/simoptions/simoptionspage.h"Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::HydraulicsPage |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
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).