honeybee_energy_standards.extension.construction.opaque module

Classmethod for honeybee-energy opaque construction.

honeybee_energy_standards.extension.construction.opaque.from_standards_dict(cls, data)[source]

Create an OpaqueConstruction from an OpenStudio standards gem dictionary.

Parameters

data – An OpenStudio standards dictionary of an opaque construction in the format below.

{
"name": "Typical Insulated Exterior Mass Wall",
"intended_surface_type": "ExteriorWall",
"standards_construction_type": "Mass",
"insulation_layer": "Typical Insulation",
"materials": [
    "1IN Stucco",
    "8IN CONCRETE HW RefBldg",
    "Typical Insulation",
    "1/2IN Gypsum"]
}