14#ifndef OPENSWMMVIS_MESH_MESHEDGEBC_H
15#define OPENSWMMVIS_MESH_MESHEDGEBC_H
Type
Definition meshbctype.h:36
@ Wall
Zero-flux barrier (default)
Definition meshcommands.h:302
Definition meshedgebc.h:24
bool operator==(const MeshEdgeBC &o) const noexcept
Definition meshedgebc.h:39
MeshBCTypes::Type type
Definition meshedgebc.h:25
double conveyance
Definition meshedgebc.h:37
QString curve
Curve name for RatingCurve.
Definition meshedgebc.h:30
QString tseries
TS name for *TS variants.
Definition meshedgebc.h:29
double slope
Bed slope for NormalFlow (dimensionless; must be > 0 — the engine treats 0 as a wall)
Definition meshedgebc.h:27
double flow
Discharge per metre for SpecifiedFlowConst (flow units / m)
Definition meshedgebc.h:28
double head
Stage for SpecifiedStageConst (project vert. units)
Definition meshedgebc.h:26
QString group
Definition meshedgebc.h:31
bool operator!=(const MeshEdgeBC &o) const noexcept
Definition meshedgebc.h:45