modelShading
Model that allows to select any shading option based on record
Extends from IDEAS.Buildings.Components.Shading.Interfaces.PartialShading (Window shading partial).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | controlled (from PartialShading) | true | if true, shading has a control input |
| Modelica.Units.SI.Area | A_glazing (from PartialShading) | Surface area of the glazing | |
| Modelica.Units.SI.Area | A_frame (from PartialShading) | Surface area of the frame | |
| Modelica.Units.SI.Angle | inc (from PartialShading) | Surface inclination | |
| Modelica.Units.SI.Temperature | Tenv_nom (from PartialShading) | 280 | Nominal temperature of environment |
| Modelica.Units.SI.Emissivity | epsSw_frame (from PartialShading) | Short wave solar absorption coefficient of the frame | |
| Modelica.Units.SI.Emissivity | epsLw_frame (from PartialShading) | Long wave solar absorption coefficient of the frame | |
| Modelica.Units.SI.Emissivity | epsLw_glazing (from PartialShading) | Long wave solar absorption coefficient of the glazing | |
| Modelica.Units.SI.Emissivity | epsSw_shading (from PartialShading) | 0.8 | Short wave emissivity of the shading object |
| Real | g_glazing (from PartialShading) | Nominal shading coefficient of the glazing | |
| Boolean | linCon (from PartialShading) | false | Linearise convective heat transfer |
| Boolean | linRad (from PartialShading) | false | Linearise radiative heat transfer |
| Boolean | haveBoundaryPorts (from PartialShading) | true | Include ports for setting boundary conditions |
| Boolean | haveFrame (from PartialShading) | A_frame*epsLw_frame > 0 | Frame enabled |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hSha (from PartialShading) | 12 | Equivalent thermal conductance of the shading device |
| IDEAS.Buildings.Components.Shading.Interfaces.ShadingProperties | shaPro | ||
| Window properties | |||
| Modelica.Units.SI.Angle | azi (from PartialShading) | Window azimuth angle | |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Irradiance | HSha (from PartialShading) | HShaDirTil + HShaSkyDifTil + HShaGroDifTil | Total shaded solar irradiance |
| Modelica.Units.SI.Irradiance | H (from PartialShading) | HDirTil + HSkyDifTil + HGroDifTil | Total unshaded solar irradiance |
Revisions
-
July 18, 2022 by Filip Jorissen:
Refactored for #1270 for including thermal effect of screens. -
August 22, 2018 by Filip Jorissen:
Fixed bug in implementation due to missingirr. See #818. -
August 2, 2018, by Iago Cupeiro:
Added missing beta parameter. -
May 4, 2018, by Iago Cupeiro:
Extended with HorizontalFins and OverhangAndHorizontalFins models. -
May 26, 2017 by Filip Jorissen:
Revised implementation for renamed portsHDirTiletc. See #735.