#include <Inflow.hpp>
|
| int | count = 0 |
| |
| std::vector< int > | node_idx |
| | Which node this inflow applies to.
|
| |
| std::vector< int > | ts_idx |
| | Timeseries index (-1 = none)
|
| |
| std::vector< int > | base_pat_idx |
| | Baseline pattern index (-1 = none)
|
| |
| std::vector< double > | baseline |
| | Constant baseline value.
|
| |
| std::vector< double > | scale_factor |
| | Timeseries scaling factor.
|
| |
| std::vector< double > | conv_factor |
| | Units conversion factor.
|
| |
◆ resize()
| void openswmm::inflow::ExtInflowSoA::resize |
( |
int |
n | ) |
|
◆ base_pat_idx
| std::vector<int> openswmm::inflow::ExtInflowSoA::base_pat_idx |
Baseline pattern index (-1 = none)
◆ baseline
| std::vector<double> openswmm::inflow::ExtInflowSoA::baseline |
◆ conv_factor
| std::vector<double> openswmm::inflow::ExtInflowSoA::conv_factor |
◆ count
| int openswmm::inflow::ExtInflowSoA::count = 0 |
◆ node_idx
| std::vector<int> openswmm::inflow::ExtInflowSoA::node_idx |
Which node this inflow applies to.
◆ scale_factor
| std::vector<double> openswmm::inflow::ExtInflowSoA::scale_factor |
Timeseries scaling factor.
◆ ts_idx
| std::vector<int> openswmm::inflow::ExtInflowSoA::ts_idx |
Timeseries 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