blockSolarAzimuth
Solar azimuth
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the solar azimuth angle.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | zen | Zenith angle | |
| Modelica.Blocks.Interfaces.RealInput | solTim | Solar time | |
| Modelica.Blocks.Interfaces.RealInput | lat | Latitude | |
| Modelica.Blocks.Interfaces.RealOutput | solAzi | Solar Azimuth | |
| Modelica.Blocks.Interfaces.RealInput | decAng | Declination angle |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed parameterlatand added an input connector for this quantity.
This is for IBPSA, #1477. -
June 9, 2020, by David Blum:
Reformulated to use one-line if-statements.
This is for issue 1373. -
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.