Shade calculation model (Heat Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
[[File:Shade top_down.png|400px]]
[[File:Shade top_down.png|400px]]


== See also ==
{{article end
* [[Shade result type (Heat Overlay)|Shade result type]]
|notes=
{{Template:HeatOverlay formula nav}}
* Shade calculations are based on the [[2D model]]s of [[Building]]s. When a [[Building]] has a [[3D model]] applied to it, the [[3D model]] is for visual purposes only. The [[Building]] still has a 2D polygon and [[building height|height properties]] associated with it, forming a box-like structure based on which the shade is computed.
|seealso=
* [[Shade result type (Heat Overlay)]]
}}
{{HeatOverlay formula nav}}

Revision as of 16:00, 14 November 2022

Whether a cell is in the shade or not is an important factor in the Heat Overlay. Whether a cell is shaded or not determines which PET function is used, PETsun or PETshade, night. In the model described by the DPRA Heat stress report, cells can be shaded by buildings, terrain and foliage.

The shade is dependent on the location of the sun. This in turn is dependent on the date and the time of day and the world location of the project.

Since each timeframe result of a Heat Overlay is related to a particular date and time of day, each time frame will have a related sun altitude and sun azimuth angle. These angles are calculated automatically based on the world location of your project and the date of the timeframe.

Once the sun angles and the building, terrain and foliage height are known, whether the cell is shaded or not is computed as follows for each cell:

  1. Travel away from the cell in the direction of the sun azimuth angle.
  2. For each cell traversed this way, calculate the height of the sun ray based on the altitude angle.
  3. Compare the sun ray altitude with the maximum height (terrain, building and foliage) at the traversed cell.
    1. If the surface height in the traversed cell higher, the cell is shaded and we can stop.
    2. If the sun ray altitude in the traversed cell is higher, the calculation is performed again for the next traversed cell.
    3. If all cells are traversed and the computation didn't stop in any cell, the cell can be reached by direct sunlight and the cell is not shaded.

Shade top down.png

Notes

See also