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
Radiant
ToString()
duplicate()
from_dict()
from_dict_abridged()
lock()
to_dict()
to_ideal_air_equivalent()
unlock()
COOL_ONLY_TYPES
EQUIPMENT_TYPES
HEAT_ONLY_TYPES
VINTAGES
display_name
equipment_type
has_district_cooling
has_district_heating
identifier
minimum_operation_time
properties
radiant_type
radiant_typeS
schedules
switch_over_time
user_data
vintage
- 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¶
Template HVAC definitions that only supply heating + cooling (no ventilation).
These systems are only designed to satisfy heating + cooling demand and they cannot meet any minimum ventilation requirements.
As such, these systems tend to be used in residential or storage settings where meeting minimum ventilation requirements may not be required or the density of occupancy is so low that infiltration is enough to meet fresh air demand.
- 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. ‘Baseboard’).
- 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. ‘Baseboard gas boiler’).