recordSideFins
Record for window side fins
Extends from Modelica.Icons.Record (Icon for records).
Information
This record declares parameters for window side fins.
See Buildings.HeatTransfer.Windows.SideFins for an explanation of the parameters, and for the assumptions and limitations of the model for side fins.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | haveSideFins | dep > Modelica.Constants.eps | Flag, true if the window has side fins |
| General › Side fin | |||
| Modelica.Units.SI.Length | h | Height of side fin that extends above window, measured from top of window | |
| Modelica.Units.SI.Length | dep | Side fin depth (measured perpendicular to the wall plane) | |
| Modelica.Units.SI.Length | gap | Distance between side fin and window edge | |
Revisions
-
July 5, 2012, by Michael Wetter:
Changed definitions of side fin heighthto be measured from the top of the window. This allows changing the window height without having to adjust the side fin parameters. -
May 21, 2012, by Kaustubh Phalak:
Removedgap > 0as a necessary condition. There can be a side fin with no gap. -
March 5, 2012, by Michael Wetter:
First implementation.