#include <HydStructures.hpp>
|
| int | count = 0 |
| |
| std::vector< int > | link_idx |
| |
| std::vector< int > | shape |
| | BOTTOM or SIDE.
|
| |
| std::vector< double > | c_orifice |
| | Cd * sqrt(2g) * Area.
|
| |
| std::vector< double > | c_weir |
| | Cd * L * sqrt(2g) for partial fill.
|
| |
| std::vector< double > | h_crit |
| | Transition depth.
|
| |
| std::vector< bool > | has_flap |
| | Flap gate.
|
| |
◆ resize()
| void openswmm::hydstruct::OrificeGroup::resize |
( |
int |
n | ) |
|
◆ c_orifice
| std::vector<double> openswmm::hydstruct::OrificeGroup::c_orifice |
◆ c_weir
| std::vector<double> openswmm::hydstruct::OrificeGroup::c_weir |
Cd * L * sqrt(2g) for partial fill.
◆ count
| int openswmm::hydstruct::OrificeGroup::count = 0 |
◆ h_crit
| std::vector<double> openswmm::hydstruct::OrificeGroup::h_crit |
◆ has_flap
| std::vector<bool> openswmm::hydstruct::OrificeGroup::has_flap |
◆ link_idx
| std::vector<int> openswmm::hydstruct::OrificeGroup::link_idx |
◆ shape
| std::vector<int> openswmm::hydstruct::OrificeGroup::shape |
The documentation for this struct was generated from the following files:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/HydStructures.hpp
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/hydraulics/HydStructures.cpp