modelAltitudeAngle
Test model for altitude angle
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example calculates the altitude angle of the sun at a given time. The altitude angle is the angle between the sun ray and the projection of the ray on a horizontal surface.
Components used in this model are:
- Buildings.BoundaryConditions.SolarGeometry.BaseClasses.Declination
- Buildings.BoundaryConditions.SolarGeometry.BaseClasses.SolarHourAngle
- Buildings.BoundaryConditions.SolarGeometry.BaseClasses.ZenithAngle
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.ZenithAngle | zen | Zenith angle | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.Declination | decAng | Declination angle | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.SolarHourAngle | solHouAng | Solar hour angle | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.AltitudeAngle | altAng | Altitude angle: Angle between Sun ray and horizontal surface) |
Revisions
-
Feb 01, 2012, by Kaustubh Phalak
First implementation.