blockSolarAzimuth
Solar azimuth
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the solar azimuth angle.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Angle | lat | Latitude |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | zen | Zenith angle | |
| Modelica.Blocks.Interfaces.RealInput | solTim | Solar time | |
| Modelica.Blocks.Interfaces.RealOutput | solAzi | Solar Azimuth | |
| Modelica.Blocks.Interfaces.RealInput | decAng | Declination angle |
Revisions
-
October 13, 2017, by Michael Wetter:
Reformulated to use equation rather than algorithm section.
This is for issue 834. -
July 5, 2012, by Michael Wetter:
Changed model to avoid an event at solar noon. -
February 28, 2012, by Wangda Zuo:
Add solar time conversion since it is removed fromsolTim. -
May 18, 2010, by Wangda Zuo:
First implementation.