OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
Inflow.hpp File Reference

External inflows, dry weather flows, and RDII at nodes. More...

#include <vector>
Include dependency graph for Inflow.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openswmm::inflow::ExtInflowSoA
 
struct  openswmm::inflow::DwfInflowSoA
 
struct  openswmm::inflow::TimePattern
 
class  openswmm::inflow::InflowSolver
 

Namespaces

namespace  openswmm
 
namespace  openswmm::inflow
 

Variables

constexpr int openswmm::inflow::MONTHLY_PATTERN = 0
 
constexpr int openswmm::inflow::DAILY_PATTERN = 1
 
constexpr int openswmm::inflow::HOURLY_PATTERN = 2
 
constexpr int openswmm::inflow::WEEKEND_PATTERN = 3
 

Detailed Description

External inflows, dry weather flows, and RDII at nodes.

SoA layout for batch processing:

  • External inflows: per-node timeseries lookup + baseline pattern
  • DWF: per-node average value × monthly × daily × hourly/weekend patterns
  • All pattern lookups are table reads — vectorisable as batch gathers
Note
Legacy reference: src/legacy/engine/inflow.c
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License