honeybee_openstudio.hvac.template module

OpenStudio translators for template HVAC systems.

honeybee_openstudio.hvac.template.template_hvac_to_openstudio(hvac, os_zones, os_model)[source]

Convert Honeybee HVAC TemplateSystem to OpenStudio.

Parameters:
  • hvac – Any honeybee-energy TemplateSystem class instance to be translated to OpenStudio.

  • os_zones – A dictionary with two keys, each of which has a value for a list of OpenStudio ThermalZones. The keys are heated_zones and cooled_zones and the lists under each key note the OpenStudio ThermalZones to be given heating and cooling equipment by the HVAC.

  • os_model – The OpenStudio Model object to which the HVAC system will be added.