lib/honeybee/hvac/template.rb in honeybee-openstudio-2.30.7 vs lib/honeybee/hvac/template.rb in honeybee-openstudio-2.31.0
- old
+ new
@@ -34,12 +34,13 @@
module Honeybee
class TemplateHVAC < ModelObject
attr_reader :errors, :warnings
@@all_air_types = ['VAV', 'PVAV', 'PSZ', 'PTAC', 'ForcedAirFurnace']
- @@doas_types = ['FCUwithDOASAbridged', 'WSHPwithDOASAbridged', 'VRFwithDOASAbridged']
+ @@doas_types = ['FCUwithDOASAbridged', 'WSHPwithDOASAbridged',
+ 'VRFwithDOASAbridged', 'RadiantwithDOASAbridged']
@@heat_cool_types = ['FCU', 'WSHP', 'VRF', 'Baseboard', 'EvaporativeCooler',
- 'Residential', 'WindowAC', 'GasUnitHeater']
+ 'Residential', 'WindowAC', 'GasUnitHeater', 'Radiant']
@@types = @@all_air_types + @@doas_types + @@heat_cool_types
def allowable_types
@@types
end