modelSkylineShadowing
Calculation of the limit elevation angle for shadowing by a skyline
(for direct solar irradiation)
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This model considers third party shadowing due to horizon vertical exaggeration and/or obstruction for direct radiation based on VDI 6007 part 3. It calculates a limit elevation angle for the sun.
References
VDI. German Association of Engineers Guideline VDI 6007-3 June 2015. Calculation of transient thermal response of rooms and buildings - Modelling of solar radiation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Number of corner points |
| Modelica.Units.SI.Angle | alpha | Azimuth of corner points, sorted from north to east to south to west, azi=-90 degree if surface outward unit normal points toward east; azi=0 if it points toward south | |
| Modelica.Units.SI.Height | deltaH | Difference between height of corner point and the window centre | |
| Modelica.Units.SI.Distance | s | Horizontal distance between corner point and window centre | |
| Boolean | gap | Corner points i and i+1 are gap between buildings: true, else: false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | solAzi | Solar azimuth | |
| Modelica.Blocks.Interfaces.RealOutput | altLim | Limit elevation angle for shadowing by a skyline |
Revisions
- May 23, 2016, by Stanley Risch:
Implemented.