![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <LID.hpp>
Public Member Functions | |
| void | init (SimulationContext &ctx) |
| void | execute (SimulationContext &ctx, double dt, double rainfall, double evap_rate) |
| Compute LID performance for all units (batch by type). | |
| void openswmm::lid::LIDSolver::execute | ( | SimulationContext & | ctx, |
| double | dt, | ||
| double | rainfall, | ||
| double | evap_rate | ||
| ) |
Compute LID performance for all units (batch by type).
For each LID type group:
| ctx | Simulation context. |
| dt | Timestep (seconds). |
| rainfall | Rainfall rate (ft/sec). |
| evap_rate | Evaporation rate (ft/sec). |
| void openswmm::lid::LIDSolver::init | ( | SimulationContext & | ctx | ) |