modelBlackBody

Test model for black body sky temperature

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

Information

This example computes the black-body sky temperature for Chicago.

Connectors

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.BusweaBusWeather data bus

Components

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDat
Buildings.BoundaryConditions.SkyTemperature.BlackBodyTBlaSkyBlack body sky temperature computed from temperature and sky cover
Buildings.BoundaryConditions.SkyTemperature.BlackBodyTBlaSkyIrrBlack body sky temperature computation compued from horizontal infrared radiation

Revisions

  • February 18, 2017, by Filip Jorissen:
    Now computing both options of TBlaSky. This verifies the consistency of the two computation methods. This is for #648.
  • January 7, 2016, by Michael Wetter:
    Changed connect statement for infrared radiation due renaming of the variable. This is for issue 376. Added comments.
  • June 1, 2010, by Wangda Zuo:
    First implementation.