![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Variables | |
| constexpr int | MAX_STEPS = 10000 |
| Maximum number of integration steps. | |
| constexpr double | ODE_TINY = 1.0e-30 |
| Underflow protection for scaling. | |
| constexpr double | SAFETY = 0.9 |
| Safety factor for step size adjustment. | |
| constexpr double | PGROW = -0.2 |
| Exponent for step increase. | |
| constexpr double | PSHRNK = -0.25 |
| Exponent for step decrease. | |
| constexpr double | ERRCON = 1.89e-4 |
| Error control threshold = (5/SAFETY)^(1/PGROW). | |
| constexpr double | GWTOL = 0.0001 |
| constexpr double | ODETOL = 0.0001 |
| Runoff ODE tolerance. | |
|
constexpr |
Error control threshold = (5/SAFETY)^(1/PGROW).
|
constexpr |
|
constexpr |
Maximum number of integration steps.
|
constexpr |
Underflow protection for scaling.
|
constexpr |
Runoff ODE tolerance.
|
constexpr |
Exponent for step increase.
|
constexpr |
Exponent for step decrease.
|
constexpr |
Safety factor for step size adjustment.