Weir target level (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|defaultvalue=n/a | |defaultvalue=n/a | ||
|icon=waterwizard_icon_weir_drop_threshold.png | |icon=waterwizard_icon_weir_drop_threshold.png | ||
|range=-{{Max surface}} to {{Max surface}} | |||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
Line 12: | Line 13: | ||
{{article end | {{article end | ||
|seealso= | |seealso= | ||
* [[Weir formula (Water Overlay)]] | * [[Weir formula (Water Overlay)]] | ||
* [[Weir move interval s (Water Overlay)]] | |||
* [[Weir move range m (Water Overlay)]] | |||
* [[Weir move step m (Water Overlay)]] | |||
* [[Weir height test case (Water Module)]] | |||
|howtos= | |||
* [[How to import a time sequence with a CSV]] | * [[How to import a time sequence with a CSV]] | ||
|notes= | |notes= | ||
* The interval before re-evaluating the Weir height is configured using the Water Overlay's model attribute [[Weir move interval s (Water Overlay)| | * The interval before re-evaluating the Weir height is configured using the Water Overlay's model attribute [[Weir move interval s (Water Overlay)|WEIR_MOVE_INTERVAL_S]]. | ||
* This value is set as a single value, not an array. | * This value is set as a single value, not an array. | ||
* The weir can move with a distance defined in the overlay with the model attribute [[Weir move step m (Water Overlay)|WEIR_MOVE_STEP_M]]. | * The weir can move with a distance defined in the overlay with the model attribute [[Weir move step m (Water Overlay)|WEIR_MOVE_STEP_M]]. | ||
* The weir's movement range can be set using the overlay's model attribute [[Weir move range m (Water Overlay)|WEIR_MOVE_RANGE_M]]. This can be interpreted as the maximum allowed difference in the | * The weir's movement range can be set using the overlay's model attribute [[Weir move range m (Water Overlay)|WEIR_MOVE_RANGE_M]]. This can be interpreted as the maximum allowed difference in the configured [[Weir height (Water Overlay)|WEIR_HEIGHT]] (at that time) and the adjusted weir height. | ||
* A value of -10000 means the weir target value is non-functional. In such case, the [[Weir height (Water Overlay)|weir height]] at time t is used. | |||
}} | }} | ||
{{WaterOverlay hydraulic structure nav}} | {{WaterOverlay hydraulic structure nav}} |
Latest revision as of 15:17, 26 February 2024
Icon | Key | Unit | Range | Description | Default value |
---|---|---|---|---|---|
WEIR_TARGET_LEVEL | m + datum | -10000 to 10000 | The Weir can be configured to adjust it's height automatically in order to reach the target upstream water level. This parameter is optional. | n/a |
Notes
- The interval before re-evaluating the Weir height is configured using the Water Overlay's model attribute WEIR_MOVE_INTERVAL_S.
- This value is set as a single value, not an array.
- The weir can move with a distance defined in the overlay with the model attribute WEIR_MOVE_STEP_M.
- The weir's movement range can be set using the overlay's model attribute WEIR_MOVE_RANGE_M. This can be interpreted as the maximum allowed difference in the configured WEIR_HEIGHT (at that time) and the adjusted weir height.
- A value of -10000 means the weir target value is non-functional. In such case, the weir height at time t is used.