Heat Module theory

From Tygron Support wiki
Revision as of 14:09, 12 September 2019 by Frank@tygron.nl (talk | contribs)
Jump to navigation Jump to search

This page described the algorithm prescribed by the DPRA report.

Calculate once at the start:

  1. the sky view factor, based on the terrain height, buildings and foliage height.
  2. Calculate the average vegetation fraction and average sky view factor. The average window is based on a wind direction and speed. For more information on this averaging window, see average step.
  3. Calculate per cell the urban heat island effect value. See Urban heat island formula.

Next, for each timestep, calculate the following:

  1. Per cell: does it lies in sun or if sun rays are blocked by a building, foliage or landscape features. See Shade calculation;
  2. Per cell: the atmospheric temperature and the Wet-bulb temperature. See Temperature formulas;


Notes

  • In the DPRA report step description, the atmospheric temperature is only calculated once. However, the Atmospheric temperature formula used an hour of day input parameter and should therefore be performed each timestep.