Sha256: 377b546b0f6d6e7ac947987fcabb042396505737c50e1e3c75474b7f1ebb8d72
Contents?: true
Size: 559 Bytes
Versions: 3
Compression:
Stored size: 559 Bytes
Contents
class ASHRAE9012016 < ASHRAE901 # @!group CoolingTowerVariableSpeed include ASHRAE9012016CoolingTower # Apply the efficiency, plus Multicell heat rejection with VSD # # @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
3 entries across 3 versions & 1 rubygems