Sha256: 580a4f6ed2732b649fde26cb8c789ab562e33f9f66a88917cec0c940c84fbbeb
Contents?: true
Size: 657 Bytes
Versions: 12
Compression:
Stored size: 657 Bytes
Contents
class ZEAEDGMultifamily < ASHRAE901 # @!group CoolingTowerVariableSpeed include ZEAEDGMultifamilyCoolingTower # 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] variable speed cooling tower # @return [Bool] returns true if successful, false if not 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
12 entries across 12 versions & 1 rubygems