RadialGate Fields |
The RadialGate type exposes the following members.
Name | Description | |
---|---|---|
_accepts |
List of quantities that are accepted
(Inherited from Structure.) | |
_actualGateLevel |
Gate level.
Type: River Structure Geometry
Unit: [m]
Default: 0
(Inherited from Gate.) | |
_controlStategyId |
If the structure is being controlled, then _controlStategyId contains the ID of the
active control strategy
(Inherited from Structure.) | |
_downstreamWaterLevel |
Downstream water level, as set by SetWaterLevels(Double, Double)
Unit: [m]
(Inherited from Structure.) | |
_dqdhDownstream |
The derivative of flow through the structure with downstream water level. The flow is
calculated in the derived classes when the SetWaterLevels method is called.
Unit: [m2/sec]
(Inherited from Structure.) | |
_dqdhUpstream |
The derivative of flow through the structure with upstream water level. The flow is
calculated in the derived classes when the SetWaterLevels method is called.
Unit: [m2/sec]
(Inherited from Structure.) | |
_dynamicMaxGateLevel |
Controllable minimum gate level
(Inherited from Gate.) | |
_dynamicMinGateLevel |
Controllable maximum gate level
(Inherited from Gate.) | |
_flowArea |
Flow area through structure. Used by most (but not all) structures.
(Inherited from Structure.) | |
_flowDir |
FlowDir is used to determine which parameters to use for the flow calculations.
Derived by the SetWaterLevels(Double, Double).
(Inherited from Structure.) | |
_height |
Height above sill of the overflow crest of the gate when the gate is closed.
Type: River Structure Geometry
Unit: [m]
Default: 1
| |
_id |
Identification name of the structure
(Inherited from Structure.) | |
_implicit |
If _implicit == false, then the derivatives are always zero.
Default value: true.
(Inherited from Structure.) | |
_initialGateLevel |
Initial value of the gate level.
Type: River Structure Geometry
Unit: [m]
Default: 0
(Inherited from Gate.) | |
_location |
Location in the network
(Inherited from Structure.) | |
_maxSpeed |
The maximum allowed rate of change of the gate level.
Type: River Structure Geometry / Time
Unit: [m]
Default: 0.001
(Inherited from Gate.) | |
_maxValue |
Maximum gate level. The gate can not be raised above this level.
Type: River Structure Geometry
Unit: [m]
Default: 0
(Inherited from Gate.) | |
_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
(Inherited from Gate.) | |
_offers |
List of quantities that are offered
(Inherited from Structure.) | |
_previousGateLevel |
Previous gate level. Used when control is active, to assure the correct speed of the gate.
(Inherited from Gate.) | |
_q |
Flow through the structure. The flow is calculated in the derived classes when the
SetWaterLevels method is called.
Unit: [m3/sec]
(Inherited from Structure.) | |
_runTimeDiagnostics |
Diagnostics are written into this Diagnostics during calculations.
Set during Initialize(IDiagnostics) (Inherited from Structure.) | |
_sillLevel |
Level of the sill of the gate.
(Inherited from Gate.) | |
_timeOfPreviousGateLevelChange |
Time of previous gate level change
(Inherited from Gate.) | |
_topoID |
Identification used to find referenced cross sections
(Inherited from Structure.) | |
_upstreamWaterLevel |
Upstream water level, as set by SetWaterLevels(Double, Double)
Unit: [m]
(Inherited from Structure.) | |
_useDynamicMaxGateLevel |
Use the controllable maximum gate level
(Inherited from Gate.) | |
_useDynamicMinGateLevel |
Use the controllable minimum gate level
(Inherited from Gate.) | |
_useMaxValue |
Flag telling if the maximum gate level specified in _maxValue should be used
Type: boolean
Unit: [m]
Default: false
(Inherited from Gate.) | |
_width |
Width of the weir opening. Width is perpendicular to the flow direction, i.e. "across the river"
(Inherited from Gate.) |