modelIncidenceAngle
Test model for solar incidence angle
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example computes the solar incidence angle on tilted surfaces. There are fives surfaces, a horizontal surface and a surface that faces Norths, East, South and West.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAngHor | Incidence angle on horizontal surface | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data (Chicago) | |
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAngNor | Incidence angle on North-facing surface | |
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAngWes | Incidence angle on West-facing surface | |
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAngSou | Incidence angle on South-facing surface | |
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAngEas | Incidence angle on East-facing surface |
Revisions
-
March 24, 2015, by Michael Wetter:
Assigned azimuth and tilt using the types from Buildings.Types.Tilt. -
January 16, 2015, by Michael Wetter:
Added surfaces for each orientation. -
May 19, 2010, by Wangda Zuo:
First implementation.