SunPosition
Description
Computes the sun position for a given location and time.
This class implements the 'Solar Position Algorithm for Solar Radiation Applications', by Ibrahim Reda and Afshin Andreas, published by the National Renewable Energy Laboratory (NREL/TP-560-34302):
https://www.nrel.gov/docs/fy08osti/34302.pdf
Public / Methods
Compute
Computes the sun position (and other values, see remarks).
The following properties are used as inputs for this method:
-
Point in time of observation, see SetTime):
-
Location of observation, see SetLocation:
-
Atmospheric conditions, see SetAtmosphere:
The following properties are output values:
Public / Attributes
LocationRotation
Surface azimuth rotation, measured from south to projection of surface normal on horizontal plane, negative east.
The default value is 0
.
TimeDeltaT
Difference between earth rotation time and terrestrial time.
It is derived from observation only.
The default value is 67
.