OpenSWMM Engine  6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
Loading...
Searching...
No Matches
openswmm::inflow Namespace Reference

Classes

struct  DwfInflowSoA
 
struct  ExtInflowSoA
 
class  InflowSolver
 
struct  TimePattern
 

Variables

constexpr int MONTHLY_PATTERN = 0
 
constexpr int DAILY_PATTERN = 1
 
constexpr int HOURLY_PATTERN = 2
 
constexpr int WEEKEND_PATTERN = 3
 
constexpr int DATE_DELTA
 

Variable Documentation

◆ DAILY_PATTERN

int openswmm::inflow::DAILY_PATTERN = 1
constexpr

◆ DATE_DELTA

int openswmm::constants::DATE_DELTA
constexpr

Delphi-style date offset used by legacy datetime encoding.

See also
Legacy: DateDelta in datetime.c Needed for day-of-week computation: (floor(date) + DATE_DELTA) % 7 gives 0=Sat with +1 → 1=Sun..7=Sat matching legacy datetime_dayOfWeek().

◆ HOURLY_PATTERN

int openswmm::inflow::HOURLY_PATTERN = 2
constexpr

◆ MONTHLY_PATTERN

int openswmm::inflow::MONTHLY_PATTERN = 0
constexpr

◆ WEEKEND_PATTERN

int openswmm::inflow::WEEKEND_PATTERN = 3
constexpr