Building height (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
__NOTOC__ | __NOTOC__ | ||
===Building height=== | ===Building height=== | ||
The building height for the water overlay is calculated as follows: | |||
: ''building height = floors * FLOOR_HEIGHT_M'' | : ''building height = floors * FLOOR_HEIGHT_M'' | ||
where | where FLOOR_HEIGHT_M is the height of a single floor, and floors is the number of floors in the section. | ||
===Building height in water model=== | ===Building height in water model=== | ||
Revision as of 12:48, 8 July 2026
| Icon | Attribute | Unit | Range | Description |
|---|---|---|---|---|
| FLOOR_HEIGHT_M | m | The height of a floor in a building. Additionally each section of a building can have a different amount of floors. |
Building height
The building height for the water overlay is calculated as follows:
- building height = floors * FLOOR_HEIGHT_M
where FLOOR_HEIGHT_M is the height of a single floor, and floors is the number of floors in the section.
Building height in water model
The height of buildings is taken into account when computing the flow of water above ground. Buildings are computed to have at most a height of DESIGN_FLOOD_ELEVATION_M. Lower buildings retain their own building height. Taller buildings have their height capped at the DESIGN_FLOOD_ELEVATION_M attribute's value.




