Click or drag to resize

Gate Properties

The Gate type exposes the following members.

Properties
  NameDescription
Public propertyActualGateLevel
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).

Public propertydDischargedDownStreamWaterLevel
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.)
Public propertydDischargedUpStreamWaterLevel
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.)
Public propertyDischarge
Calculated Discharge. The value is calculated by SetWaterLevels. Unit: [m^3/s]
(Inherited from Structure.)
Public propertyDownstreamWaterLevel
Downstream water level.Downstream refers to the direction of chainage. The water level is set by use of SetWaterLevels Unit: [m]
(Inherited from Structure.)
Public propertyDynamicMaxGateLevel
Controllable maximum gate level
Public propertyDynamicMinGateLevel
Controllable minimum gate level
Public propertyExtensionData
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.)
Public propertyFlowArea
Flow area through structure. Used by most (but not all) structures.
(Inherited from Structure.)
Public propertyFlowFactor
The discharge (and discharge derivatives) are scaled by the flow factor.
(Inherited from Structure.)
Public propertyID
Structure ID
(Inherited from Structure.)
Public propertyIDInUserUnit
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.)
Public propertyImplicit
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.)
Public propertyInitialGateLevel
Initial value of the gate level. Type: River Structure Geometry Unit: [m] Default: 0
Public propertyInvertLevelDownstream
Invert level down stream
(Inherited from Structure.)
Public propertyInvertLevelUpstream
Invert level up stream
(Inherited from Structure.)
Public propertyLength
Length of the structure. Unit: [m] Default value: 0m
(Inherited from Structure.)
Public propertyLocation
Location property.
(Inherited from Structure.)
Public propertyMaxSpeed
The maximum allowed rate of change of the gate level. Type: River Structure Geometry / Time Unit: [m] Default: 0.001
Public propertyMaxValue
Maximum gate level. The gate can not be raised above this level. Type: River Structure Geometry Unit: [m] Default: 0
Public propertyMultiplicator
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
Public propertyRunTimeDiagnostics
The getter is used to get a list of errors.
(Inherited from Structure.)
Public propertySideStructureBank
Bank side that side-structure is located on

If side structure contains reservoir, and has the Coordinate set, this is not used (and should be set to Undefined).

(Inherited from Structure.)
Public propertySideStructureReservoir
Reservoir at end of side structure. Null if not side structure, or no reservoir is defined
(Inherited from Structure.)
Public propertySillLevel
Level of the sill of the gate. Type: River Structure Geometry Unit: [m] Default: 0
Public propertyStructureType
Type of structure
(Inherited from Structure.)
Public propertyTopoID
String used to identified cross sections
(Inherited from Structure.)
Public propertyType
Structure type, unique for each type structure.
(Inherited from Structure.)
Public propertyUpstreamWaterLevel
Upstream water level. Upstream refers to the direction of chainage. The water level is set by use of SetWaterLevels Unit: [m]
(Inherited from Structure.)
Public propertyUseControlledMaxGateLevel
Use the controllable maximum gate level
Public propertyUseControlledMinGateLevel
Use the controllable minimum gate level
Public propertyUseMaxValue
Flag telling if the maximum gate level specified in _maxValue should be used Type: boolean Unit: [m] Default: false
Public propertyUseMomentumEquation
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.

Public propertyWidth
Width of the weir opening. Width is perpendicular to the flow direction, i.e. "across the river"
Top
See Also