#include <Inlet.hpp>
◆ adjustQualInflows()
| void openswmm::inlet::InletSolver::adjustQualInflows |
( |
SimulationContext & |
ctx, |
|
|
double |
dt |
|
) |
| |
Adjust quality inflows at bypass and capture nodes for inlet transfers.
Gap #55: called after hydraulic routing + inlet capture, before quality routing. For each inlet, transfers pollutant mass based on net flow direction (capture → capture node, backflow → bypass node). Matches legacy inlet_adjustQualInflows().
- Parameters
-
| ctx | Simulation context. |
| dt | Routing timestep (seconds). |
◆ computeAll()
Batch compute inlet capture for all inlets.
- Parameters
-
| ctx | Simulation context. |
| dt | Timestep (seconds). |
◆ gatherStats()
| void openswmm::inlet::InletSolver::gatherStats |
( |
InletUsageStore & |
usages | ) |
const |
Gap #68: Copy accumulated stats from internal SoA into InletUsageStore. Called by SWMMEngine::report() before writing summary reports.
◆ init()
The documentation for this class was generated from the following files:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/Inlet.hpp
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/Inlet.cpp