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

#include <Inflow.hpp>

Collaboration diagram for openswmm::inflow::DwfInflowSoA:

Public Member Functions

void resize (int n)
 

Public Attributes

int count = 0
 
std::vector< int > node_idx
 Which node.
 
std::vector< double > avg_value
 Average DWF value.
 
std::vector< int > pat_monthly
 Monthly pattern index (-1 = none)
 
std::vector< int > pat_daily
 Daily pattern index (-1 = none)
 
std::vector< int > pat_hourly
 Hourly pattern index (-1 = none)
 
std::vector< int > pat_weekend
 Weekend pattern index (-1 = none)
 

Member Function Documentation

◆ resize()

void openswmm::inflow::DwfInflowSoA::resize ( int  n)
Here is the caller graph for this function:

Member Data Documentation

◆ avg_value

std::vector<double> openswmm::inflow::DwfInflowSoA::avg_value

Average DWF value.

◆ count

int openswmm::inflow::DwfInflowSoA::count = 0

◆ node_idx

std::vector<int> openswmm::inflow::DwfInflowSoA::node_idx

Which node.

◆ pat_daily

std::vector<int> openswmm::inflow::DwfInflowSoA::pat_daily

Daily pattern index (-1 = none)

◆ pat_hourly

std::vector<int> openswmm::inflow::DwfInflowSoA::pat_hourly

Hourly pattern index (-1 = none)

◆ pat_monthly

std::vector<int> openswmm::inflow::DwfInflowSoA::pat_monthly

Monthly pattern index (-1 = none)

◆ pat_weekend

std::vector<int> openswmm::inflow::DwfInflowSoA::pat_weekend

Weekend pattern index (-1 = none)


The documentation for this struct was generated from the following files: