modelWallSolarAzimuth
Test model for wall solar azimuth angle
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example calculates the wall solar azimuth angle.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | lat | 41.98*Modelica.Constants.pi/180 | Latitude |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarGeometry.IncidenceAngle | incAng | solar incidence angle | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.WallSolarAzimuth | walSolAzi | Vertical wall solar azimuth angle | |
| Buildings.BoundaryConditions.SolarGeometry.BaseClasses.AltitudeAngle | altAng | Altitude angle |
Revisions
-
Feb 27, 2012, by Michael Wetter:
Simplified example by using zenith angle from weather data bus. -
Feb 01, 2012, by Kaustubh Phalak
First implementation.