API Reference window

window

HBPH Window Objects

Source: honeybee_energy_ph/window.py


PhWindowFrameElement

One side of a PH window frame (top, right, bottom, or left).

Inherits from: _base._Base

Attributes

AttributeTypeDescription
widthfloatFrame element width (m). Default: 0.1.
u_factorfloatFrame U-value (W/m2K). Default: 1.0.
psi_glazingfloatGlazing-edge psi-value (W/mK). Default: 0.04.
psi_installfloatInstallation psi-value (W/mK). Default: 0.04.
chi_valuefloatPoint thermal bridge chi-value (W/K). Default: 0.0.

PhWindowFrame

A complete PH window frame with four side elements.

Inherits from: _base._Base

Attributes

AttributeTypeDescription
topPhWindowFrameElementTop frame element.
rightPhWindowFrameElementRight frame element.
bottomPhWindowFrameElementBottom frame element.
leftPhWindowFrameElementLeft frame element.

Properties

PropertyTypeDescription
elementsList[PhWindowFrameElement]Return all four frame elements in clockwise order from top (t, r, b, l).

PhWindowGlazing

PH-style glazing properties for a window unit.

Inherits from: _base._Base

Attributes

AttributeTypeDescription
u_factorfloatCenter-of-glass U-value (W/m2K). Default: 1.0.
g_valuefloatSolar heat gain coefficient (SHGC). Default: 0.4.