honeybee_energy.hvac.doas package¶
Submodules¶
- honeybee_energy.hvac.doas.fcu module
FCUwithDOAS
FCUwithDOAS.ToString()
FCUwithDOAS.duplicate()
FCUwithDOAS.from_dict()
FCUwithDOAS.from_dict_abridged()
FCUwithDOAS.lock()
FCUwithDOAS.to_dict()
FCUwithDOAS.to_ideal_air_equivalent()
FCUwithDOAS.unlock()
FCUwithDOAS.COOL_ONLY_TYPES
FCUwithDOAS.EQUIPMENT_TYPES
FCUwithDOAS.HEAT_ONLY_TYPES
FCUwithDOAS.VINTAGES
FCUwithDOAS.demand_controlled_ventilation
FCUwithDOAS.display_name
FCUwithDOAS.doas_availability_schedule
FCUwithDOAS.equipment_type
FCUwithDOAS.has_district_cooling
FCUwithDOAS.has_district_heating
FCUwithDOAS.identifier
FCUwithDOAS.latent_heat_recovery
FCUwithDOAS.properties
FCUwithDOAS.schedules
FCUwithDOAS.sensible_heat_recovery
FCUwithDOAS.user_data
FCUwithDOAS.vintage
- honeybee_energy.hvac.doas.radiant module
RadiantwithDOAS
RadiantwithDOAS.ToString()
RadiantwithDOAS.duplicate()
RadiantwithDOAS.from_dict()
RadiantwithDOAS.from_dict_abridged()
RadiantwithDOAS.lock()
RadiantwithDOAS.to_dict()
RadiantwithDOAS.to_ideal_air_equivalent()
RadiantwithDOAS.unlock()
RadiantwithDOAS.COOL_ONLY_TYPES
RadiantwithDOAS.EQUIPMENT_TYPES
RadiantwithDOAS.HEAT_ONLY_TYPES
RadiantwithDOAS.VINTAGES
RadiantwithDOAS.demand_controlled_ventilation
RadiantwithDOAS.display_name
RadiantwithDOAS.doas_availability_schedule
RadiantwithDOAS.equipment_type
RadiantwithDOAS.has_district_cooling
RadiantwithDOAS.has_district_heating
RadiantwithDOAS.identifier
RadiantwithDOAS.latent_heat_recovery
RadiantwithDOAS.minimum_operation_time
RadiantwithDOAS.properties
RadiantwithDOAS.radiant_type
RadiantwithDOAS.radiant_typeS
RadiantwithDOAS.schedules
RadiantwithDOAS.sensible_heat_recovery
RadiantwithDOAS.switch_over_time
RadiantwithDOAS.user_data
RadiantwithDOAS.vintage
- honeybee_energy.hvac.doas.vrf module
VRFwithDOAS
VRFwithDOAS.ToString()
VRFwithDOAS.duplicate()
VRFwithDOAS.from_dict()
VRFwithDOAS.from_dict_abridged()
VRFwithDOAS.lock()
VRFwithDOAS.to_dict()
VRFwithDOAS.to_ideal_air_equivalent()
VRFwithDOAS.unlock()
VRFwithDOAS.COOL_ONLY_TYPES
VRFwithDOAS.EQUIPMENT_TYPES
VRFwithDOAS.HEAT_ONLY_TYPES
VRFwithDOAS.VINTAGES
VRFwithDOAS.demand_controlled_ventilation
VRFwithDOAS.display_name
VRFwithDOAS.doas_availability_schedule
VRFwithDOAS.equipment_type
VRFwithDOAS.has_district_cooling
VRFwithDOAS.has_district_heating
VRFwithDOAS.identifier
VRFwithDOAS.latent_heat_recovery
VRFwithDOAS.properties
VRFwithDOAS.schedules
VRFwithDOAS.sensible_heat_recovery
VRFwithDOAS.user_data
VRFwithDOAS.vintage
- honeybee_energy.hvac.doas.wshp module
WSHPwithDOAS
WSHPwithDOAS.ToString()
WSHPwithDOAS.duplicate()
WSHPwithDOAS.from_dict()
WSHPwithDOAS.from_dict_abridged()
WSHPwithDOAS.lock()
WSHPwithDOAS.to_dict()
WSHPwithDOAS.to_ideal_air_equivalent()
WSHPwithDOAS.unlock()
WSHPwithDOAS.COOL_ONLY_TYPES
WSHPwithDOAS.EQUIPMENT_TYPES
WSHPwithDOAS.HEAT_ONLY_TYPES
WSHPwithDOAS.VINTAGES
WSHPwithDOAS.demand_controlled_ventilation
WSHPwithDOAS.display_name
WSHPwithDOAS.doas_availability_schedule
WSHPwithDOAS.equipment_type
WSHPwithDOAS.has_district_cooling
WSHPwithDOAS.has_district_heating
WSHPwithDOAS.identifier
WSHPwithDOAS.latent_heat_recovery
WSHPwithDOAS.properties
WSHPwithDOAS.schedules
WSHPwithDOAS.sensible_heat_recovery
WSHPwithDOAS.user_data
WSHPwithDOAS.vintage
Module contents¶
Template Dedicated Outdoor Air System (DOAS) HVAC definitions.
DOAS systems separate minimum ventilation supply from the satisfaction of heating + cooling demand. Ventilation air tends to be supplied at neutral temperatures (close to room air temperature) and heating / cooling loads are met with additional pieces of zone equipment (eg. Fan Coil Units (FCUs)).
Because DOAS systems only have to cool down and re-heat the minimum ventilation air, they tend to use less energy than all-air systems. They also tend to use less energy to distribute heating + cooling by pumping around hot/cold water or refrigerant instead of blowing hot/cold air. However, they do not provide as good of control over humidity and so they may not be appropriate for rooms with high latent loads like auditoriums, kitchens, laundromats, etc.
- 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 (eg. ‘FCU’).
- EQUIPMENT_TYPES_DICT: A dictionary containing pointers to the classes of
the HVAC systems. The keys of this dictionary are the names of the HVAC systems as they appear in the OpenStudio standards gem and include the specific equipment in the system (eg. ‘DOAS with fan coil chiller with boiler’).