modelAbsorbedRadiation

Test model for absorbed radiation by windows

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example illustrates modeling of window radiation.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.Angleazi0Surface azimuth
Modelica.Units.SI.Angletil1.5707963267949Surface tilt
Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13ClearglaSys

Connectors

TypeNameDefaultDescription
BoundaryConditions.WeatherData.BusweaBus

Components

TypeNameDefaultDescription
BoundaryConditions.SolarIrradiation.DirectTiltedSurfaceHDirTil
BoundaryConditions.WeatherData.ReaderTMY3weaDat
BoundaryConditions.SolarIrradiation.DiffuseIsotropicHDifTilIso
Modelica.Blocks.Sources.ConstantshaCon
Buildings.HeatTransfer.Windows.BaseClasses.AbsorbedRadiationwinAbs
Modelica.Blocks.Sources.ConstantHRoo

Revisions

  • September 16, 2021, by Michael Wetter:
    Removed parameter lat as this is now obtained from the weather data reader.
    This is for IBPSA, #1477.
  • August 7, 2015, by Michael Wetter:
    Revised model to allow modeling of electrochromic windows. This is for issue 445.
  • March 13, 2015, by Michael Wetter:
    Changed assignment of nLay to avoid a translation error in OpenModelica.
  • October 17, 2014, by Michael Wetter:
    Changed weather data reader to not compute wet bulb temperature.
  • May 1, 2013, by Michael Wetter:
    Declared the parameter record to be a parameter, as declaring its elements to be parameters does not imply that the whole record has the variability of a parameter.
  • December 12, 2011, by Wangda Zuo:
    Add glass thickness as a parameter for winAbs. It is needed by the claculation of property for uncoated glass.
  • December 15, 2010, by Wangda Zuo:
    First implementation.