![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
Two-zone groundwater — matching legacy gwater.c via RKF45 ODE solver. More...
#include "Groundwater.hpp"#include "../core/Constants.hpp"#include "../core/DateTime.hpp"#include "../core/SimulationContext.hpp"#include "../core/UnitConversion.hpp"#include "../math/OdeSolver.hpp"#include <cmath>#include <algorithm>#include <cctype>#include <cstdlib>#include <string>#include <vector>Classes | |
| struct | openswmm::groundwater::GWContext |
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::groundwater |
Functions | |
| int | openswmm::groundwater::gwf_validate (const std::string &expr, std::string &msg, int &col) |
| Validate a [GWF] flow expression without compiling or storing it. | |
Variables | |
| constexpr double | openswmm::groundwater::GWTOL |
| constexpr double | openswmm::groundwater::XTOL |
Two-zone groundwater — matching legacy gwater.c via RKF45 ODE solver.