API Reference foundations

foundations

Valid ‘types’ for Foundation Options and Types

Source: PHX/foundations.py


CalculationSetting

Foundation heat loss calculation setting.

Inherits from: Enum

Values

MemberValueMeaning
USER_DEFINED6User-specified foundation calculation parameters.

FoundationType

Classification of foundation types for ground heat loss calculations.

Inherits from: Enum

Values

MemberValueMeaning
HEATED_BASEMENT1Fully conditioned basement within the thermal envelope.
UNHEATED_BASEMENT2Unconditioned basement below the thermal envelope.
SLAB_ON_GRADE3Foundation slab directly on soil.
VENTED_CRAWLSPACE4Ventilated crawlspace below the building.
NONE5No foundation type assigned.

PerimeterInsulationPosition

Orientation of perimeter insulation at the foundation edge.

Inherits from: Enum

Values

MemberValueMeaning
UNDEFINED1Insulation position not specified.
HORIZONTAL2Insulation placed horizontally (e.g. wing insulation).
VERTICAL3Insulation placed vertically along the foundation wall.