Sha256: e521d1d4a72de60883505afa2d82ce994cb7e3756dfce64e3b60e3ec86fff851
Contents?: true
Size: 658 Bytes
Versions: 8
Compression:
Stored size: 658 Bytes
Contents
class NRELZNEReady2017 < ASHRAE901 # @!group CoolingTowerVariableSpeed include NRELZNEReady2017CoolingTower # 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 [Boolean] 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
8 entries across 8 versions & 1 rubygems