modelIncidenceAngle
Test model for incidence angle
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example computes the solar incidence angle on a tilted surface. This model is also part of more extensive tests that run the model for different orientations. These tests are at Buildings.BoundaryConditions.SolarGeometry.Examples.IncidenceAngle.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.Declination | decAng | Declination angle | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.SolarHourAngle | solHouAng | Solar hour angle | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.IncidenceAngle | incAng | Incidence angle | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data |
Revisions
-
March 24, 2015, by Michael Wetter:
Assigned azimuth and tilt using the types from Buildings.Types.Tilt. -
May 19, 2010, by Wangda Zuo:
First implementation.