modelShadedRadSol

Block that computes surface-dependent environment data

Extends from IDEAS.BoundaryConditions.SolarIrradiation.RadSol (Block that computes surface-dependent environment data).

Information

Model of equivalent radiative temperature is according to page 73 in [Walton 1983].

References

[Walton 1983]: G.N. Walton, "Thermal Analysis Research Program Reference Manual (NBSSIR 83-2655)", U.S. Department of Commerce, National Bureau of Standards, U.S. Department of Energy, 1983.

Parameters

TypeNameDefaultDescription
Realrho (from RadSol)0.2Ground reflectance
Modelica.Units.SI.Angleinc (from RadSol)inclination
Modelica.Units.SI.Angleazi (from RadSol)azimuth
Modelica.Units.SI.Anglelat (from RadSol)latitude
BooleanremDefVals (from RadSol)falseRemove default signal values
BooleanoutputAngles (from RadSol)trueSet to false when linearising only

Connectors

TypeNameDefaultDescription
Buildings.Components.Interfaces.SolBussolBus (from RadSol)
Modelica.Blocks.Interfaces.RealInputangZen (from RadSol)Zenith angle
Modelica.Blocks.Interfaces.RealInputsolDifHor (from RadSol)Diffuse solar irradiation on horizontal surface
Modelica.Blocks.Interfaces.RealInputsolGloHor (from RadSol)Global solar irradiation on horizontal surface
Modelica.Blocks.Interfaces.RealInputF1 (from RadSol)Circumsolar brightening coefficient
Modelica.Blocks.Interfaces.RealInputF2 (from RadSol)Horizon brightening coefficient
Modelica.Blocks.Interfaces.RealInputsolDirPer (from RadSol)Beam solar irradiation on surface perpendicular to beam direction
Modelica.Blocks.Interfaces.RealInputangHou (from RadSol)Hour angle
Modelica.Blocks.Interfaces.RealInputangDec (from RadSol)Declination angle
Modelica.Blocks.Interfaces.RealInputsolTim (from RadSol)Solar time
Modelica.Blocks.Interfaces.RealInputwinSpe (from RadSol)Wind speed
Modelica.Blocks.Interfaces.RealInputwinDir (from RadSol)Wind direction
Modelica.Blocks.Interfaces.RealInputTskyPow4
Modelica.Blocks.Interfaces.RealInputTePow4

Components

TypeNameDefaultDescription
SolarGeometry.BaseClasses.IncidenceAngleincAng (from RadSol)Inclination angle
SolarIrradiation.BaseClasses.DiffusePerezHDifTil (from RadSol)Computation of diffuse solar irradiation on tilted surface
IDEAS.BoundaryConditions.SolarGeometry.BaseClasses.SolarAzimuthsolAziSolar azimuth angle
Modelica.Blocks.Math.AddrelAziAzimuth angle relative to surface azimuth
Modelica.Blocks.Sources.ConstantsurfAziSurface azimuth angle

Revisions

  • January 21, 2018 by Filip Jorissen:
    Revised azimuth angle computation. See #753.
  • January 20, 2017 by Filip Jorissen:
    Changed computation of Tenv. See issue #623.
  • September 22, 2016 by Filip Jorissen:
    Reworked implementation such that we use Annex 60 baseclasses.
  • March 25, 2016 by Filip Jorissen:
    Reworked radSol implementation to use RealInputs instead of weaBus. This simplifies translation and interpretation.
  • February 10, 2015 by Filip Jorissen:
    Adjusted implementation for grouping of solar calculations.