![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
Complete description of an inlet design. All dimensions are in the project's display units (ft or m; ft/s or m/s). More...
#include <openswmm_infrastructure.h>
Public Attributes | |
| int | type |
| double | grate_length |
| double | grate_width |
| int | grate_type |
| double | open_area |
| double | splash_veloc |
| double | curb_length |
| double | curb_height |
| int | throat |
| double | slot_length |
| double | slot_width |
| char | curve_id [64] |
| int | curve_kind |
Complete description of an inlet design. All dimensions are in the project's display units (ft or m; ft/s or m/s).
| double SWMM_InletDesign::curb_height |
| double SWMM_InletDesign::curb_length |
| char SWMM_InletDesign::curve_id[64] |
| int SWMM_InletDesign::curve_kind |
| double SWMM_InletDesign::grate_length |
| int SWMM_InletDesign::grate_type |
| double SWMM_InletDesign::grate_width |
| double SWMM_InletDesign::open_area |
GENERIC only, fraction (0,1]
| double SWMM_InletDesign::slot_length |
| double SWMM_InletDesign::slot_width |
| double SWMM_InletDesign::splash_veloc |
GENERIC only
| int SWMM_InletDesign::throat |
SWMM_ThroatType (ignored for DROP_CURB)
| int SWMM_InletDesign::type |