Solar Radiation

Thermal radiative exchange with the solar environment includes both direct and diffuse components.

The direct solar flux is the irradiation from the sun incident directly on the regions without interference from the atmosphere or other objects. It is modeled as a collimated source as given by Jdir,source,λ in Eqn. (1701). Diffuse solar radiation results from the atmospheric scattering, and reflection and transmission from objects such as the ground. It is modeled as a diffuse source Jd,source,λ in Eqn. (1701).

The coordinate system for the orientation of the direct solar flux is defined in the following figure:



The X-axis is aligned with the local magnetic north direction and the Y-axis is aligned with the local west direction—that is, the XY plane is the local earth-surface plane. The Z-axis then points skyward since Simcenter STAR-CCM+ employs right-handed coordinate systems.

User Input Range for the Solar Calculator

The solar calculator is a set of equations that calculate the astronomical relationship between sun, earth, and the atmosphere. It is developed by the National Renewable Energy Laboratory (NREL) [420]. This formulation presents the equations for solar position and flux calculations in the solar calculator. The user inputs for various parameters must lie within the ranges that are shown in the following table .

All angles that are shown in this formulation are in degrees.

Variable Range
Year 1950-2050
Month 1-12
Day 1-31 (depending on the month)
Hour 0 – 23
Minute 0-59
Time zone -12.0 -+12.0 (in hours)
Latitude - 90.0-+90.0 (in degrees)
Longitude -180.0-+180.0 (in degrees)
Fraction for diffuse flux 0.0-1.0
Sunshine factor 0.0-1.0

Calculation of Sun Direction

Solar altitude, azimuthal angles, and related geometric parameters can be calculated as:

  • Day angle [421]:
    Figure 1. EQUATION_DISPLAY
    αd=360°365(dyear-1)
    (1773)

    where d y e a r is the day of the year.

  • Earth radius vector [422]:
    Figure 2. EQUATION_DISPLAY
    rE=1.000110+0.034221cos(αd)+0.001280sin(αd)+0.000719cos(2αd)+0.000077sin(2αd)
    (1774)

Coordinated Universal Time (UTC) in hours:

Figure 3. EQUATION_DISPLAY
U T C = h o u r + m i n u t e 60 - t i m e Z o n e
(1775)

Julian day [423]:

Figure 4. EQUATION_DISPLAY
djul=32916.5+365(year-1949)+year-19494+dyear+UTC24
(1776)

Time that is used in calculation of elliptical coordinate [423]:

Figure 5. EQUATION_DISPLAY
t e c = d j u l - 51545.0
(1777)

Mean longitude [423]:

Figure 6. EQUATION_DISPLAY
Lm=280.460+0.9856474tec           (0°Lm360°)
(1778)

Mean anomaly [423]:

Figure 7. EQUATION_DISPLAY
Am=357.528+0.9856003tec           (0°Am360°)
(1779)

Elliptic longitude [423]:

Figure 8. EQUATION_DISPLAY
Le=Lm+1.915sin(Am)+0.020sin(2Am)           (0°Le360°)
(1780)

Obliquity of the elliptic [423]:

Figure 9. EQUATION_DISPLAY
Oe=23.439-(4×107)tec
(1781)

Declination [423]:

Figure 10. EQUATION_DISPLAY
Dc=sin-1{sin(Oe)sin(Le)}
(1782)

Right ascension [423]:

Figure 11. EQUATION_DISPLAY
Ra=tan1{cos(Oe)sin(Le)cos(Le)}(0°Ra360°)
(1783)

Greenwich mean sidereal time [423]:

Figure 12. EQUATION_DISPLAY
tgmt=6.697375+0.0657098242tec+UTC           (0tgmt24)
(1784)

Local mean sidereal time [423]:

Figure 13. EQUATION_DISPLAY
Lmst=15tgmt+Lo           (0°Lmst360°)
(1785)

where L o is the user-defined longitude of the geographical location.

Hour angle [423]:

Figure 14. EQUATION_DISPLAY
βh=Lmst-Ra           (-180°βh180°)
(1786)

Solar zenith Z and altitude angles without refraction [423]:

Figure 15. EQUATION_DISPLAY
Z=cos-1{sin(Dc)sin(La)+cos(Dc)cos(La)cos(βh)}(0°Z99°)
(1787)

where L a is the user-defined latitude of the geographical location. Z is limited to 9 degrees below the horizon to compensate for refraction.

Altitude:

Figure 16. EQUATION_DISPLAY
θ = 90 ° - Z
(1788)

Solar azimuthal angle [423]:

Figure 17. EQUATION_DISPLAY
ϕ=180°cos-1{sin(θ)sin(La)sin(Dc)cos(θ)cos(La)}ifβh>0°,ϕ=360°ϕ
(1789)

Application of Refraction Correction

The refraction correction [424] is applied as follows:

c f is the correction factor due to atmospheric refraction.

Figure 18. EQUATION_DISPLAY
c f = 0        if  θ > 8 5 °
(1790)
Figure 19. EQUATION_DISPLAY
cf=58.1tan(θ)-0.07tan 3(θ)+0.000086tan 5(θ)       if 5°θ85°
(1791)
Figure 20. EQUATION_DISPLAY
cf=1735+θ[-518.2+θ{103.4+θ(-12.79+0.711)}]if -0.575°θ<5°
(1792)
Figure 21. EQUATION_DISPLAY
cf=20.774tan(θ)       if θ<-0.575°
(1793)
Figure 22. EQUATION_DISPLAY
cf=(cf3600)(283P1013(273+T))
(1794)

where P equals 1013 millibars atmospheric pressure and T equals 15 ° C mean atmospheric temperature.

Refraction corrected altitude:

Figure 23. EQUATION_DISPLAY
θr=θ+cf           (-9°θr90°)
(1795)

Refraction corrected zenith:

Figure 24. EQUATION_DISPLAY
Z r = 90 - θ r
(1796)

Calculation of Solar Fluxes

Total solar flux:

Figure 25. EQUATION_DISPLAY
q=CsrE(cos(Zr))fs       if cos(Zr)>0
(1797)
Figure 26. EQUATION_DISPLAY
q=0       if cos(Zr)0
(1798)

where C s is the solar constant, equal to 1376.0 W / m 2 , and f s is the sunshine factor.

Diffuse flux:

Figure 27. EQUATION_DISPLAY
q d i f f = q f d i f f
(1799)

where f d i f f is the diffuse factor.

Direct flux:

Figure 28. EQUATION_DISPLAY
qdir=q(1.0-fdiff)
(1800)