#include <InflowData.hpp>
|
| int | count () const |
| |
| void | add (int ni, const std::string &cons, const std::string &ts, const std::string &type, double mf, double sf, double base, const std::string &pat) |
| |
|
| std::vector< int > | node_idx |
| | Target node index.
|
| |
| std::vector< std::string > | constituent |
| | "FLOW" or pollutant name
|
| |
| std::vector< std::string > | ts_name |
| | Timeseries name ("" if none)
|
| |
| std::vector< std::string > | inflow_type |
| | "FLOW","CONCEN","MASS"
|
| |
| std::vector< double > | m_factor |
| | Multiplier factor.
|
| |
| std::vector< double > | s_factor |
| | Scaling factor.
|
| |
| std::vector< double > | baseline |
| | Baseline value.
|
| |
| std::vector< std::string > | pattern_name |
| | Baseline pattern name.
|
| |
◆ add()
| void openswmm::ExtInflowData::add |
( |
int |
ni, |
|
|
const std::string & |
cons, |
|
|
const std::string & |
ts, |
|
|
const std::string & |
type, |
|
|
double |
mf, |
|
|
double |
sf, |
|
|
double |
base, |
|
|
const std::string & |
pat |
|
) |
| |
|
inline |
◆ count()
| int openswmm::ExtInflowData::count |
( |
| ) |
const |
|
inline |
◆ baseline
| std::vector<double> openswmm::ExtInflowData::baseline |
◆ constituent
| std::vector<std::string> openswmm::ExtInflowData::constituent |
◆ inflow_type
| std::vector<std::string> openswmm::ExtInflowData::inflow_type |
◆ m_factor
| std::vector<double> openswmm::ExtInflowData::m_factor |
◆ node_idx
| std::vector<int> openswmm::ExtInflowData::node_idx |
◆ pattern_name
| std::vector<std::string> openswmm::ExtInflowData::pattern_name |
◆ s_factor
| std::vector<double> openswmm::ExtInflowData::s_factor |
◆ ts_name
| std::vector<std::string> openswmm::ExtInflowData::ts_name |
Timeseries name ("" if none)
The documentation for this struct was generated from the following file:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/data/InflowData.hpp