Package with models for solar gain corrections according to VDI 6007 Part 3
This package contains models to compute solar heat gains.
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Name | Description |
---|---|
CorrectionGDoublePane | Double pane window solar correction |
BaseClasses | Package with base classes for SolarGain |
Double pane window solar correction
This model computes short-wave radiation through transparent elements with any orientation and inclination by means of solar transmission correction factors. Transmission properties of transparent elements are in general dependent on the solar incidence angle. To take this dependency into account, correction factors can be multiplied with the solar radiation. These factors should not be mistaken as calculation of solar radiation on tilted surfaces, calculation of g-values or consideration of sunblinds, as it is an additional step. The implemented calculations are defined in the German Guideline VDI 6007 Part 3 (VDI, 2015). The given model is only valid for double pane windows. The guideline describes also calculations for single pane and triple pane windows.
VDI. German Association of Engineers Guideline VDI 6007-3 June 2015. Calculation of transient thermal response of rooms and buildings - modelling of solar radiation.
Extends from BaseClasses.PartialCorrectionG (Partial model for correction of the solar gain factor).
Type | Name | Default | Description |
---|---|---|---|
Integer | n | Vector size for input and output | |
CoefficientOfHeatTransfer | UWin | Thermal transmission coefficient of whole window [W/(m2.K)] |
Type | Name | Description |
---|---|---|
input RealInput | HSkyDifTil[n] | Hemispherical diffuse solar irradiation on a tilted surfce from the sky [W/m2] |
input RealInput | HDirTil[n] | Direct solar radiation on a tilted surface per unit area [W/m2] |
input RealInput | HGroDifTil[n] | Hemispherical diffuse solar irradiation on a tilted surfce from the ground [W/m2] |
input RealInput | inc[n] | Incidence angles [rad] |
output RealOutput | solarRadWinTrans[n] | transmitted solar radiation through windows [W/m2] |