modelIsotropicAndPerezDiffuseRadiation

Partial model to run BESTEST validation case studies for weather data processing

Extends from Buildings.BoundaryConditions.SolarIrradiation.BaseClasses.PartialSolarIrradiation (Partial model that is used to compute the direct and diffuse solar irradiation).

Information

This model outputs the global radiation with a certain inclination and orientation using the isotropic sky model and the Perez sky model. The variable H is the global radiation calculated using the isotropic sky model, while HPer is the global radiation calculated using the Perez sky model.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.Angletil (from PartialSolarIrradiation)Surface tilt
Modelica.Units.SI.AngleaziAzimuth angle
Realrho0.2Ground reflectance

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputH (from PartialSolarIrradiation)Radiation per unit area
WeatherData.BusweaBus (from PartialSolarIrradiation)Bus with weather data
Modelica.Blocks.Interfaces.RealOutputHPerRadiation per unit area using Perez Model

Components

TypeNameDefaultDescription
SolarIrradiation.DirectTiltedSurfaceHDirDirect Irradiation on tilted surface
SolarIrradiation.DiffuseIsotropicHDiffIsoIsoentropic diffuse radiation
SolarIrradiation.DiffusePerezHDiffPerDiffused radiation using Perez

Revisions

  • September 6, 2021, by Ettore Zanetti:
    Removed parameter lat as it is now obtained from the weather data bus.
    This is for IBPSA, #1477.
  • May 2, 2021, by Ettore Zanetti:
    Added altitude to parameters.
    This is for IBPSA, #1477.
  • October 25, 2020, by Ettore Zanetti:
    Updated comments for variable descriptions #1351.
  • April 14, 2020, by Ettore Zanetti:
    Rework after comments from pull request #1339.
  • March 11, 2020, by Ettore Zanetti:
    First implementation.