This model computes the boundary conditions for the outside-facing surface of opaque constructions.
The model computes the infrared, solar, and convective heat exchange between these surfaces and the exterior temperature and the sky temperature. Input into this model are weather data that may be obtained from Buildings.BoundaryConditions.WeatherData.
In this model, the solar radiation data are converted from horizontal irradiation to irradiation on tilted surfaces using models from the package Buildings.BoundaryConditions.SolarIrradiation. The convective heat transfer between the exterior surface of the opaque constructions is computed using Buildings.HeatTransfer.Convection.
The heat transfer of windows are not computed in this model. They are implemented in Buildings.ThermalZones.Detailed.BaseClasses.ExteriorBoundaryConditionsWithWindow.
lat because the latitude is now
obtained from the weather data bus.conOpa. This
fixes the bug in issue
35 that led to the wrong solar radiation gain for roofs and
floors. (Since the tilt has been changed in the model Buildings.ThermalZones.Detailed.MixedAir
at the place where it makes an instance of this model, the change
in the tilt parameter of the convective heat transfer model was
required.)hFixed to top-level of the
model.