#include <Divider.hpp>
|
| int | count = 0 |
| |
| std::vector< int > | node_idx |
| | Divider node index.
|
| |
| std::vector< int > | div_link_idx |
| | Diversion link index.
|
| |
| std::vector< int > | method |
| | DividerMethod.
|
| |
| std::vector< double > | cutoff_flow |
| | Cutoff flow (for CUTOFF)
|
| |
| std::vector< double > | weir_cd |
| | Discharge coeff (for WEIR)
|
| |
| std::vector< double > | weir_max_depth |
| | Weir max depth.
|
| |
| std::vector< int > | table_idx |
| | Curve index (for TABULAR)
|
| |
◆ resize()
| void openswmm::divider::DividerSoA::resize |
( |
int |
n | ) |
|
◆ count
| int openswmm::divider::DividerSoA::count = 0 |
◆ cutoff_flow
| std::vector<double> openswmm::divider::DividerSoA::cutoff_flow |
◆ div_link_idx
| std::vector<int> openswmm::divider::DividerSoA::div_link_idx |
◆ method
| std::vector<int> openswmm::divider::DividerSoA::method |
◆ node_idx
| std::vector<int> openswmm::divider::DividerSoA::node_idx |
◆ table_idx
| std::vector<int> openswmm::divider::DividerSoA::table_idx |
Curve index (for TABULAR)
◆ weir_cd
| std::vector<double> openswmm::divider::DividerSoA::weir_cd |
Discharge coeff (for WEIR)
◆ weir_max_depth
| std::vector<double> openswmm::divider::DividerSoA::weir_max_depth |
The documentation for this struct was generated from the following files:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/Divider.hpp
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/Divider.cpp