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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Buildings.BoundaryConditions.SkyTemperature.BlackBody | TBlaSky | Black body sky temperature computed from temperature and sky cover | |
| Buildings.BoundaryConditions.SkyTemperature.BlackBody | TBlaSkyIrr | Black body sky temperature computation compued from horizontal infrared radiation |
Revisions
-
February 18, 2017, by Filip Jorissen:
Now computing both options ofTBlaSky. This verifies the consistency of the two computation methods. This is for #648. -
January 7, 2016, by Michael Wetter:
Changedconnectstatement for infrared radiation due renaming of the variable. This is for issue 376. Added comments. -
June 1, 2010, by Wangda Zuo:
First implementation.