honeybee_energy.hvac.allair package¶
Submodules¶
- honeybee_energy.hvac.allair.furnace module
ForcedAirFurnace
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
ECONOMIZER_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
economizer_type
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.allair.psz module
PSZ
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
ECONOMIZER_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
economizer_type
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.allair.ptac module
PTAC
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
ECONOMIZER_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
economizer_type
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.allair.pvav module
PVAV
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
ECONOMIZER_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
economizer_type
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
- honeybee_energy.hvac.allair.vav module
VAV
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
ECONOMIZER_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
demand_controlled_ventilation
display_name
economizer_type
equipment_type
has_district_cooling
has_district_heating
identifier
latent_heat_recovery
properties
schedules
sensible_heat_recovery
user_data
vintage
Module contents¶
Template All-air HVAC definitions.
All-air systems provide both ventilation and heating + cooling demand with the same stream of warm/cool air. As such, they often grant tight control over zone humidity. However, because such systems often involve the cooling of air only to reheat it again, they are often more energy intensive than systems that separate ventilation from the meeting of thermal loads.
- 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. ‘VAV’).
- 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. ‘VAV chiller with gas boiler reheat’).