recordOverhang
Record for window overhang
Extends from Modelica.Icons.Record (Icon for records).
Information
This record declares parameters for window overhangs.
See Buildings.HeatTransfer.Windows.Overhang for an explanation of the parameters, and for the assumptions and limitations of the overhang model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | haveOverhang | dep > Modelica.Constants.eps | Flag, true if the window has an overhang |
| General › Overhang | |||
| Modelica.Units.SI.Length | wL | Overhang width left to the window, measured from the window corner | |
| Modelica.Units.SI.Length | wR | Overhang width right to the window, measured from the window corner | |
| Modelica.Units.SI.Length | dep | Overhang depth (measured perpendicular to the wall plane) | |
| Modelica.Units.SI.Length | gap | Distance between window upper edge and overhang lower edge | |
Revisions
-
July 5, 2012, by Michael Wetter:
Changed definitions ofwLandwRto be measured from the corner of the window instead of the centerline. This allows changing the window width without having to adjust the overhang parameters. -
May 21, 2012, by Kaustubh Phalak:
Removedgap > 0as a necessary condition. There can be an overhang with no gap. -
March 5, 2012, by Michael Wetter:
First implementation.