![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <Inflow.hpp>
Public Member Functions | |
| void | init (SimulationContext &ctx) |
| void | computeAll (SimulationContext &ctx, double current_date, double dt) |
| Compute all external + DWF inflows and add to node lateral flow. | |
| void openswmm::inflow::InflowSolver::computeAll | ( | SimulationContext & | ctx, |
| double | current_date, | ||
| double | dt | ||
| ) |
Compute all external + DWF inflows and add to node lateral flow.
Batch operations:
| ctx | Simulation context. |
| current_date | Current absolute date (decimal days). |
| dt | Timestep (seconds). |
| void openswmm::inflow::InflowSolver::init | ( | SimulationContext & | ctx | ) |