honeybee_energy_standards.extension.material.gas module

Classmethods for honeybee-energy gas materials.

honeybee_energy_standards.extension.material.gas.from_standards_dict(cls, data)[source]

Create EnergyWindowMaterialGas from OpenStudio standards dictionary.

Parameters

data – An OpenStudio standards dictionary of a gas material in the format below.

{
"name": 'Gap_1_W_0_0018',
"material_type": "Gas",
"thickness": 0.070866,
"gas_type": "Air"
}