honeybee_energy.hvac.doas package¶
Submodules¶
- honeybee_energy.hvac.doas.fcu module
FCUwithDOAS
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
doas_availability_schedule
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.doas.radiant module
RadiantwithDOAS
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
doas_availability_schedule
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
minimum_operation_time
properties
radiant_type
radiant_typeS
schedules
sensible_heat_recovery
switch_over_time
user_data
vintage
- honeybee_energy.hvac.doas.vrf module
VRFwithDOAS
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
doas_availability_schedule
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.doas.wshp module
WSHPwithDOAS
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
doas_availability_schedule
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
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’).