#include <Inflow.hpp>
|
| 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)
|
| |
◆ resize()
| void openswmm::inflow::DwfInflowSoA::resize |
( |
int |
n | ) |
|
◆ avg_value
| std::vector<double> openswmm::inflow::DwfInflowSoA::avg_value |
◆ count
| int openswmm::inflow::DwfInflowSoA::count = 0 |
◆ node_idx
| std::vector<int> openswmm::inflow::DwfInflowSoA::node_idx |
◆ 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:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydrology/Inflow.hpp
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydrology/Inflow.cpp