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

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.BusweaBusWeather bus

Components

TypeNameDefaultDescription
Buildings.BoundaryConditions.SolarGeometry.BaseClasses.DeclinationdecAngDeclination angle
Buildings.BoundaryConditions.SolarGeometry.BaseClasses.SolarHourAnglesolHouAngSolar hour angle
Buildings.BoundaryConditions.SolarGeometry.BaseClasses.IncidenceAngleincAngIncidence angle
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDatWeather 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.