OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::inlet::Design Struct Reference

One inlet design in INTERNAL units (legacy TInletDesign, inlet.c:66-74). More...

#include <Inlet.hpp>

Collaboration diagram for openswmm::inlet::Design:

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
 

Detailed Description

One inlet design in INTERNAL units (legacy TInletDesign, inlet.c:66-74).

Member Data Documentation

◆ curb_height

double openswmm::inlet::Design::curb_height = 0.0

ft

◆ curb_length

double openswmm::inlet::Design::curb_length = 0.0

ft (0 ⇒ no curb half)

◆ curb_throat

int openswmm::inlet::Design::curb_throat = static_cast<int>(ThroatAngle::VERTICAL)

◆ frac_open_area

double openswmm::inlet::Design::frac_open_area = 0.0

GENERIC grates only.

◆ grate_length

double openswmm::inlet::Design::grate_length = 0.0

ft (0 ⇒ no grate half)

◆ grate_type

int openswmm::inlet::Design::grate_type = static_cast<int>(GrateType::GENERIC)

◆ grate_width

double openswmm::inlet::Design::grate_width = 0.0

ft

◆ slotted_length

double openswmm::inlet::Design::slotted_length = 0.0

ft (0 ⇒ not a slotted drain)

◆ slotted_width

double openswmm::inlet::Design::slotted_width = 0.0

ft

◆ splash_veloc

double openswmm::inlet::Design::splash_veloc = 0.0

ft/s, GENERIC grates only

◆ type

int openswmm::inlet::Design::type = 0

The documentation for this struct was generated from the following file: