recordWindow
Extends from IDEAS.Buildings.Data.Interfaces.Construction (Template record for surface structure: define/order layers from outer to inner).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nLay (from Construction) | size(mats, 1) | Number of layers of the construction, including gaps |
| Integer | nGain (from Construction) | size(locGain, 1) | Number of gain heat ports |
| Integer[:] | locGain (from Construction) | {1} | Location of possible embedded system: between layer locGain and layer locGain + 1 |
| IDEAS.Buildings.Data.Interfaces.Material | mats (from Construction) | Array of materials. The last layer is connected to propsBus_a. | |
| Modelica.Units.SI.Angle | incLastLay (from Construction) | IDEAS.Types.Tilt.Other | Set to IDEAS.Types.Tilt.Floor if the last layer of mats is a floor, to .Ceiling if it is a ceiling and to .Other if other. For verification purposes. |