SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmmvis::inlet::InletDesignData Struct Reference

Every parameter of one inlet design, mirroring SWMM_InletDesign. Snapshot type for the undo commands and the engine round-trip. More...

#include <inletprovider.h>

Collaboration diagram for openswmmvis::inlet::InletDesignData:

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
 

Detailed Description

Every parameter of one inlet design, mirroring SWMM_InletDesign. Snapshot type for the undo commands and the engine round-trip.

Member Data Documentation

◆ curbHeight

double openswmmvis::inlet::InletDesignData::curbHeight = 0.5

◆ curbLength

double openswmmvis::inlet::InletDesignData::curbLength = 2.0

◆ curveId

QString openswmmvis::inlet::InletDesignData::curveId

◆ curveKind

InletCurveKind openswmmvis::inlet::InletDesignData::curveKind = InletCurveKind::None

◆ grateLength

double openswmmvis::inlet::InletDesignData::grateLength = 2.0

◆ grateType

GrateType openswmmvis::inlet::InletDesignData::grateType = GrateType::PBar50

◆ grateWidth

double openswmmvis::inlet::InletDesignData::grateWidth = 2.0

◆ openArea

double openswmmvis::inlet::InletDesignData::openArea = 0.8

GENERIC only, fraction (0,1].

◆ slotLength

double openswmmvis::inlet::InletDesignData::slotLength = 2.0

◆ slotWidth

double openswmmvis::inlet::InletDesignData::slotWidth = 0.2

◆ splashVeloc

double openswmmvis::inlet::InletDesignData::splashVeloc = 0.0

GENERIC only.

◆ throat

ThroatType openswmmvis::inlet::InletDesignData::throat = ThroatType::Vertical

◆ type

InletType openswmmvis::inlet::InletDesignData::type = InletType::Grate

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