![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
One inlet design in INTERNAL units (legacy TInletDesign, inlet.c:66-74).
More...
#include <Inlet.hpp>
Public Attributes | |
| int | type = 0 |
| inlet::InletType | |
| int | grate_type = static_cast<int>(GrateType::GENERIC) |
| double | grate_length = 0.0 |
| ft (0 ⇒ no grate half) | |
| double | grate_width = 0.0 |
| ft | |
| double | frac_open_area = 0.0 |
| GENERIC grates only. | |
| double | splash_veloc = 0.0 |
| ft/s, GENERIC grates only | |
| double | curb_length = 0.0 |
| ft (0 ⇒ no curb half) | |
| double | curb_height = 0.0 |
| ft | |
| int | curb_throat = static_cast<int>(ThroatAngle::VERTICAL) |
| double | slotted_length = 0.0 |
| ft (0 ⇒ not a slotted drain) | |
| double | slotted_width = 0.0 |
| ft | |
One inlet design in INTERNAL units (legacy TInletDesign, inlet.c:66-74).
| double openswmm::inlet::Design::curb_height = 0.0 |
ft
| double openswmm::inlet::Design::curb_length = 0.0 |
ft (0 ⇒ no curb half)
| int openswmm::inlet::Design::curb_throat = static_cast<int>(ThroatAngle::VERTICAL) |
| double openswmm::inlet::Design::frac_open_area = 0.0 |
GENERIC grates only.
| double openswmm::inlet::Design::grate_length = 0.0 |
ft (0 ⇒ no grate half)
| int openswmm::inlet::Design::grate_type = static_cast<int>(GrateType::GENERIC) |
| double openswmm::inlet::Design::grate_width = 0.0 |
ft
| double openswmm::inlet::Design::slotted_length = 0.0 |
ft (0 ⇒ not a slotted drain)
| double openswmm::inlet::Design::slotted_width = 0.0 |
ft
| double openswmm::inlet::Design::splash_veloc = 0.0 |
ft/s, GENERIC grates only
| int openswmm::inlet::Design::type = 0 |