Per-inlet-usage performance block for the .rpt street tables.
More...
#include <SimulationContext.hpp>
Per-inlet-usage performance block for the .rpt street tables.
Row i corresponds to inlet_usages row i. Populated by inlet::InletSolver::gatherStats() before the summary is written; these are the legacy TInletStats counters (inlet.c:78-87) that the Street Flow Summary reports and that InletUsageStore (a persistent .inp store) deliberately does not carry.
◆ clear()
| void openswmm::SimulationContext::InletDiag::clear |
( |
| ) |
|
|
inline |
◆ count()
| int openswmm::SimulationContext::InletDiag::count |
( |
| ) |
const |
|
inline |
◆ resize()
| void openswmm::SimulationContext::InletDiag::resize |
( |
int | n | ) |
|
|
inline |
◆ avg_flow_capture
| std::vector<double> openswmm::SimulationContext::InletDiag::avg_flow_capture |
Σ capture efficiency over capture periods.
◆ backflow_periods
| std::vector<int> openswmm::SimulationContext::InletDiag::backflow_periods |
◆ bypass_freq
| std::vector<double> openswmm::SimulationContext::InletDiag::bypass_freq |
capture periods that also bypassed
◆ capture_periods
| std::vector<int> openswmm::SimulationContext::InletDiag::capture_periods |
periods with captured flow
◆ flow_periods
| std::vector<int> openswmm::SimulationContext::InletDiag::flow_periods |
periods with approach flow
◆ host_node
| std::vector<int> openswmm::SimulationContext::InletDiag::host_node |
inlet-junction node (−1 = conduit host)
◆ is_sag
| std::vector<uint8_t> openswmm::SimulationContext::InletDiag::is_sag |
resolved placement: 1 = ON_SAG
◆ num_inlets
| std::vector<int> openswmm::SimulationContext::InletDiag::num_inlets |
◆ peak_flow
| std::vector<double> openswmm::SimulationContext::InletDiag::peak_flow |
◆ peak_flow_capture
| std::vector<double> openswmm::SimulationContext::InletDiag::peak_flow_capture |
capture efficiency at peak flow (%)
◆ up_link
| std::vector<int> openswmm::SimulationContext::InletDiag::up_link |
approach conduit (−1 = none)
The documentation for this struct was generated from the following file: