Sha256: 389fa26ff08c0b2bfbf725310c42cd246bc3cf3b2f3051a9b67e4de6f768a7d4
Contents?: true
Size: 589 Bytes
Versions: 13
Compression:
Stored size: 589 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] 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
13 entries across 13 versions & 1 rubygems