honeybee_energy.hvac package¶
Subpackages¶
- honeybee_energy.hvac.allair package
- honeybee_energy.hvac.doas package
- honeybee_energy.hvac.heatcool package
- Submodules
- honeybee_energy.hvac.heatcool.baseboard module
- honeybee_energy.hvac.heatcool.evapcool module
- honeybee_energy.hvac.heatcool.fcu module
- honeybee_energy.hvac.heatcool.gasunit module
- honeybee_energy.hvac.heatcool.radiant module
- honeybee_energy.hvac.heatcool.residential module
- honeybee_energy.hvac.heatcool.vrf module
- honeybee_energy.hvac.heatcool.windowac module
- honeybee_energy.hvac.heatcool.wshp module
- Module contents
- Submodules
Submodules¶
- honeybee_energy.hvac.detailed module
DetailedHVAC
DetailedHVAC.ToString()
DetailedHVAC.duplicate()
DetailedHVAC.from_dict()
DetailedHVAC.from_dict_abridged()
DetailedHVAC.lock()
DetailedHVAC.to_dict()
DetailedHVAC.to_ideal_air_equivalent()
DetailedHVAC.unlock()
DetailedHVAC.air_loop_count
DetailedHVAC.display_name
DetailedHVAC.identifier
DetailedHVAC.schedules
DetailedHVAC.specification
DetailedHVAC.thermal_zones
DetailedHVAC.user_data
- honeybee_energy.hvac.idealair module
IdealAirSystem
IdealAirSystem.ToString()
IdealAirSystem.duplicate()
IdealAirSystem.from_dict()
IdealAirSystem.from_dict_abridged()
IdealAirSystem.from_idf()
IdealAirSystem.lock()
IdealAirSystem.to_dict()
IdealAirSystem.to_idf()
IdealAirSystem.unlock()
IdealAirSystem.ECONOMIZER_TYPES
IdealAirSystem.cooling_air_temperature
IdealAirSystem.cooling_availability
IdealAirSystem.cooling_limit
IdealAirSystem.demand_controlled_ventilation
IdealAirSystem.display_name
IdealAirSystem.economizer_type
IdealAirSystem.heating_air_temperature
IdealAirSystem.heating_availability
IdealAirSystem.heating_limit
IdealAirSystem.identifier
IdealAirSystem.latent_heat_recovery
IdealAirSystem.properties
IdealAirSystem.schedules
IdealAirSystem.sensible_heat_recovery
IdealAirSystem.user_data
Module contents¶
honeybee-energy HVAC definitions.
To extend this sub-package with a new HVAC system template, add a module that contains a single class inheriting from _HVACSystem in hvac._base. Then, add the class to the HVAC_TYPES_DICT using the name of the class as the key.
- Properties:
- HVAC_TYPES_DICT: A dictionary containing pointers to the classes of each
HVAC system. The keys of this dictionary are the names of the HVAC classes.