![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <xsectsampler.h>
Public Attributes | |
| double | yFull = 0.0 |
| Full depth. | |
| double | aFull = 0.0 |
| Area when full. | |
| double | rFull = 0.0 |
| Hydraulic radius when full. | |
| double | wMax = 0.0 |
| Width at the widest point. | |
| double | sFull = 0.0 |
| Section factor when full. | |
| double | aMax = 0.0 |
| Area of maximum flow. | |
| bool | open = false |
| True for an open channel. | |
Bank-full properties, as reported by swmm_xsect_full_properties().
| double openswmmvis::sectionview::XsectFullProps::aFull = 0.0 |
Area when full.
| double openswmmvis::sectionview::XsectFullProps::aMax = 0.0 |
Area of maximum flow.
| bool openswmmvis::sectionview::XsectFullProps::open = false |
True for an open channel.
| double openswmmvis::sectionview::XsectFullProps::rFull = 0.0 |
Hydraulic radius when full.
| double openswmmvis::sectionview::XsectFullProps::sFull = 0.0 |
Section factor when full.
| double openswmmvis::sectionview::XsectFullProps::wMax = 0.0 |
Width at the widest point.
| double openswmmvis::sectionview::XsectFullProps::yFull = 0.0 |
Full depth.