Culvert diameter (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
}}</onlyinclude>}}
}}</onlyinclude>}}


The diameter of the culvert not only affects the amount of water which can flow through the culvert, but also the amount of [[grid cell]]s on either side of the culvert which allow water to flow through to the other side. The greater the culverts diameter, the more cells are considered to be part of the entry- and exitside of the culvert.The amount of cells which are considered to be part of the entry- and exitside of the culvert, are based on the value of the CULVERT_DIAMETER attribute. If the  CULVERT_DIAMETER attribute is > 25m, the amount of cells has reached a maximum and does not increase anymore.
Culvert diameter affects both the water flow capacity and the number of [[grid cell]]s allowing passage across it. The greater the culverts diameter, the more cells are considered to be part of the entry- and exitside of the culvert. This cell count is determined by the CULVERT_DIAMETER attribute. If the  CULVERT_DIAMETER attribute is > 25m, the amount of cells has reached a maximum and does not increase anymore.


{{clear}}
{{clear}}

Latest revision as of 14:17, 8 July 2026

This figure depicts the original way of implementing culverts (left), and the current way they are implemented in the Tygron Platform (right).

Culvert diameter affects both the water flow capacity and the number of grid cells allowing passage across it. The greater the culverts diameter, the more cells are considered to be part of the entry- and exitside of the culvert. This cell count is determined by the CULVERT_DIAMETER attribute. If the CULVERT_DIAMETER attribute is > 25m, the amount of cells has reached a maximum and does not increase anymore.

Notes

  • A culvert is identified as a rectangular (box) culvert when it also has the Culvert rectangular height key set to a non-zero positive value. In such situation, the diameter is interpreted as the width of the cross section of the rectangular culvert.

See also