![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Every parameter of one inlet design, mirroring SWMM_InletDesign. Snapshot type for the undo commands and the engine round-trip.
More...
#include <inletprovider.h>
Public Attributes | |
| InletType | type = InletType::Grate |
| double | grateLength = 2.0 |
| double | grateWidth = 2.0 |
| GrateType | grateType = GrateType::PBar50 |
| double | openArea = 0.8 |
| GENERIC only, fraction (0,1]. | |
| double | splashVeloc = 0.0 |
| GENERIC only. | |
| double | curbLength = 2.0 |
| double | curbHeight = 0.5 |
| ThroatType | throat = ThroatType::Vertical |
| double | slotLength = 2.0 |
| double | slotWidth = 0.2 |
| QString | curveId |
| InletCurveKind | curveKind = InletCurveKind::None |
Every parameter of one inlet design, mirroring SWMM_InletDesign. Snapshot type for the undo commands and the engine round-trip.
| double openswmmvis::inlet::InletDesignData::curbHeight = 0.5 |
| double openswmmvis::inlet::InletDesignData::curbLength = 2.0 |
| QString openswmmvis::inlet::InletDesignData::curveId |
| InletCurveKind openswmmvis::inlet::InletDesignData::curveKind = InletCurveKind::None |
| double openswmmvis::inlet::InletDesignData::grateLength = 2.0 |
| GrateType openswmmvis::inlet::InletDesignData::grateType = GrateType::PBar50 |
| double openswmmvis::inlet::InletDesignData::grateWidth = 2.0 |
| double openswmmvis::inlet::InletDesignData::openArea = 0.8 |
GENERIC only, fraction (0,1].
| double openswmmvis::inlet::InletDesignData::slotLength = 2.0 |
| double openswmmvis::inlet::InletDesignData::slotWidth = 0.2 |
| double openswmmvis::inlet::InletDesignData::splashVeloc = 0.0 |
GENERIC only.
| ThroatType openswmmvis::inlet::InletDesignData::throat = ThroatType::Vertical |
| InletType openswmmvis::inlet::InletDesignData::type = InletType::Grate |