honeybee_openstudio.hvac.idealair module

OpenStudio IdealLoadsAirSystem translator.

honeybee_openstudio.hvac.idealair.ideal_air_system_from_openstudio(os_hvac, schedules=None)[source]

Convert OpenStudio ZoneHVACIdealLoadsAirSystem to Honeybee IdealAirSystem.

honeybee_openstudio.hvac.idealair.ideal_air_system_to_openstudio(hvac, os_model, room=None)[source]

Convert Honeybee IdealAirSystem to OpenStudio ZoneHVACIdealLoadsAirSystem.

Parameters:
  • hvac – A Honeybee-energy IdealAirSystem to be translated to OpenStudio.

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

  • room – An optional Honeybee Room to be used to set various properties of the system (including the EnergyPlus name, and humidity control).