recordShadingProperties
Default: no shading
Extends from Modelica.Icons.Record (Icon for records).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | controlled | shaType == IDEAS.Buildings.Components.Shading.Interfaces.ShadingType.Screen or shaType == IDEAS.Buildings.Components.Shading.Interfaces.ShadingType.BoxAndScreen or shaType == IDEAS.Buildings.Components.Shading.Interfaces.ShadingType.OverhangAndScreen | if true, shading has a control input |
| IDEAS.Buildings.Components.Shading.Interfaces.ShadingType | shaType | IDEAS.Buildings.Components.Shading.Interfaces.ShadingType.None | Window shading type |
| Window properties | |||
| Modelica.Units.SI.Length | hWin | 0.01 | Window height |
| Modelica.Units.SI.Length | wWin | 0.01 | Window width |
| Overhang properties | |||
| Modelica.Units.SI.Length | wLeft | 0.01 | Left overhang width measured from the window corner |
| Modelica.Units.SI.Length | wRight | 0.01 | Right overhang width measured from the window corner |
| Modelica.Units.SI.Length | ovDep | 0.01 | Overhang depth perpendicular to the wall plane |
| Modelica.Units.SI.Length | ovGap | 0.01 | Distance between window upper edge and overhang lower edge |
| Side fin properties | |||
| Modelica.Units.SI.Length | hFin | 0.01 | Height of side fin above window |
| Modelica.Units.SI.Length | finDep | 0.01 | Side fin depth perpendicular to the wall plane |
| Modelica.Units.SI.Length | finGap | 0.01 | Vertical distance between side fin and window |
| Building shade | |||
| Modelica.Units.SI.Length | L | 0.01 | Horizontal distance to object |
| Modelica.Units.SI.Length | dh | 0.01 | Height difference between top of object and top of window |
| Screen | |||
| Real | shaCorr | 0.24 | Shortwave transmittance of shortwave radiation |
| Horizontal fins | |||
| Modelica.Units.SI.Length | s | 0.1 | Vertical spacing between fins |
| Modelica.Units.SI.Length | w | 0.1 | Fin width |
| Modelica.Units.SI.Length | t | 0.01 | Fin thickness |
| Boolean | use_betaInput | controlled | =true, to use input for fin inclination angle |
| Modelica.Units.SI.Angle | beta | 0.01 | Fin inclination angle: 0 for horizontal inclination, see documentation |
Revisions
-
August 9, 2022, by Filip Jorissen:
Revised default value of 'controlled' for issue #1270. -
Aug 2 2018, by Iago Cupeiro:
Corrected initialization bug in assert -
May 4 2018, by Iago Cupeiro:
Extended with HorizontalFins and OverhangAndHorizontalFins models.