Gate Properties |
The Gate type exposes the following members.
Name | Description | |
---|---|---|
ActualGateLevel |
Actual gate level.
Type: River Structure Geometry
Unit: [m]
Default: 0
this is not a setup parameter, but a run parameter, which will change during the run (if the gate is controlled). If the gate is not controlled, this can be used to change the gate (manual/user defined control). | |
dDischargedDownStreamWaterLevel |
Calculated Discharge derivative with DownStreamWaterLevel. Downstream is relative to the direction of chainage.
The value is calculated by SetWaterLevels.
Unit: [m^2/s]
(Inherited from Structure.) | |
dDischargedUpStreamWaterLevel |
Calculated Discharge derivative with UpStreamWaterLevel. Upstream is relative to the direction of chainage.
The value is calculated by SetWaterLevels.
Unit: [m^2/s]
(Inherited from Structure.) | |
Discharge |
Calculated Discharge. The value is calculated by SetWaterLevels.
Unit: [m^3/s]
(Inherited from Structure.) | |
DownstreamWaterLevel |
Downstream water level.Downstream refers to the direction of chainage. The water level is set by use of
SetWaterLevels
Unit: [m]
(Inherited from Structure.) | |
DynamicMaxGateLevel |
Controllable maximum gate level
| |
DynamicMinGateLevel |
Controllable minimum gate level
| |
ExtensionData |
Property used by (de)serializer, when it can not find proper target for
a data field. Support of forward compatible data contracts.
(Inherited from Structure.) | |
FlowArea |
Flow area through structure. Used by most (but not all) structures.
(Inherited from Structure.) | |
FlowFactor |
The discharge (and discharge derivatives) are scaled by the flow factor.
(Inherited from Structure.) | |
ID |
Structure ID
(Inherited from Structure.) | |
IDInUserUnit |
Used to get a consistent description of the structure. The ID comes in user units. Used e.g. when
reporting errors, warnings and hints.
(Inherited from Structure.) | |
Implicit |
Flag to control if the structure is implicit or explicit. If the structure is explicit
(Implicit == false) then the derivatives of the dicharge are always zero.
Default value: true
(Inherited from Structure.) | |
InitialGateLevel |
Initial value of the gate level.
Type: River Structure Geometry
Unit: [m]
Default: 0
| |
InvertLevelDownstream |
Invert level down stream
(Inherited from Structure.) | |
InvertLevelUpstream |
Invert level up stream
(Inherited from Structure.) | |
Length |
Length of the structure.
Unit: [m]
Default value: 0m
(Inherited from Structure.) | |
Location |
Location property.
(Inherited from Structure.) | |
MaxSpeed |
The maximum allowed rate of change of the gate level.
Type: River Structure Geometry / Time
Unit: [m]
Default: 0.001
| |
MaxValue |
Maximum gate level. The gate can not be raised above this level.
Type: River Structure Geometry
Unit: [m]
Default: 0
| |
Multiplicator |
Multiplicator or "number of structures" of this type.
Used for modelling more structures at the same
location with the same geometry in one go.
Unit: []
Default: 1
| |
RunTimeDiagnostics |
The getter is used to get a list of errors.
(Inherited from Structure.) | |
SideStructureBank |
Bank side that side-structure is located on
(Inherited from Structure.)If side structure contains reservoir, and has the Coordinate set, this is not used (and should be set to Undefined). | |
SideStructureReservoir |
Reservoir at end of side structure. Null if not side structure, or no reservoir is defined
(Inherited from Structure.) | |
SillLevel |
Level of the sill of the gate.
Type: River Structure Geometry
Unit: [m]
Default: 0
| |
StructureType |
Type of structure
(Inherited from Structure.) | |
TopoID |
String used to identified cross sections
(Inherited from Structure.) | |
Type |
Structure type, unique for each type structure.
(Inherited from Structure.) | |
UpstreamWaterLevel |
Upstream water level. Upstream refers to the direction of chainage. The water level is set by use of
SetWaterLevels
Unit: [m]
(Inherited from Structure.) | |
UseControlledMaxGateLevel |
Use the controllable maximum gate level
| |
UseControlledMinGateLevel |
Use the controllable minimum gate level
| |
UseMaxValue |
Flag telling if the maximum gate level specified in _maxValue should be used
Type: boolean
Unit: [m]
Default: false
| |
UseMomentumEquation |
Flag to de-activate structure completely. If this flag is set, then
the momentum equation will be used to set the coefficents in HDStructureGridPoint
instead of the structure. The flag is cleared the next time Control() is called.
This is used in HDStructureGridPoint to determine if the structure should be active or or if the coefficients should be set using a HDQGridPoint. | |
Width |
Width of the weir opening. Width is perpendicular to the flow direction, i.e. "across the river"
|