modelBox
Both side fins and overhang
Extends from IDEAS.Buildings.Components.Shading.Interfaces.PartialShading (Window shading partial).
Information
Shading model that simulates a combination of both side fins and a overhang. The implementation is a combination of both IDEAS.Buildings.Components.Shading.Overhang and IDEAS.Buildings.Components.Shading.SideFins.
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 |
| Window properties | |||
| Modelica.Units.SI.Angle | azi (from PartialShading) | Window azimuth angle | |
| Modelica.Units.SI.Length | hWin | Window height | |
| Modelica.Units.SI.Length | wWin | Window width | |
| Overhang properties | |||
| Modelica.Units.SI.Length | wLeft | Left overhang width measured from the window corner | |
| Modelica.Units.SI.Length | wRight | Right overhang width measured from the window corner | |
| Modelica.Units.SI.Length | ovDep | Overhang depth perpendicular to the wall plane | |
| Modelica.Units.SI.Length | ovGap | Distance between window upper edge and overhang lower edge | |
| Side fin properties | |||
| Modelica.Units.SI.Length | hFin | Height of side fin above window | |
| Modelica.Units.SI.Length | finDep | Side fin depth perpendicular to the wall plane | |
| Modelica.Units.SI.Length | finGap | Vertical distance between side fin and window | |
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 |
| Real | fraSunDir | Fraction of window area exposed to the sun | |
| Real | fraSunDifSky | Fraction of window area exposed to diffuse sun light | |
| IDEAS.Buildings.Components.Shading.Overhang | overhang | ||
| IDEAS.Buildings.Components.Shading.SideFins | sideFins |
Revisions
-
February 24, 2025 by Filip Jorissen:
Added missing m_flow connections. See #1424. -
December 15, 2022 by Filip Jorissen:
Bugfix for #1308. -
July 18, 2022 by Filip Jorissen:
Refactored for #1270 for including thermal effect of screens. -
May 26, 2017 by Filip Jorissen:
Revised implementation for renamed portsHDirTiletc. See #735. -
July 18, 2016 by Filip Jorissen:
Cleaned up implementation and documentation.