Sha256: 94b874ad7d40b8f5a6ba915c1de6b0413921a749666f8357bec3b68776a4f58e
Contents?: true
Size: 581 Bytes
Versions: 29
Compression:
Stored size: 581 Bytes
Contents
class ASHRAE9012013 < ASHRAE901 # @!group CoolingTowerVariableSpeed include ASHRAE9012013CoolingTower # Apply the efficiency, plus Multicell heat rejection with VSD per 90.1-2013 6.5.2.2 # # @param cooling_tower_variable_speed [OpenStudio::Model::CoolingTowerVariableSpeed] the cooling tower def cooling_tower_variable_speed_apply_efficiency_and_curves(cooling_tower_variable_speed) cooling_tower_apply_minimum_power_per_flow(cooling_tower_variable_speed) cooling_tower_variable_speed.setCellControl('MaximalCell') return true end end
Version data entries
29 entries across 29 versions & 1 rubygems