Sha256: fedcbb5ad031cd63d91da9c809bd058712dda1e8c980a3bca50906f1c695fb67
Contents?: true
Size: 559 Bytes
Versions: 12
Compression:
Stored size: 559 Bytes
Contents
class Standard # @!group CoolingTowerVariableSpeed include CoolingTower # Applies the standard efficiency ratings and typical performance curves to this object. # # @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) return true end end
Version data entries
12 entries across 12 versions & 1 rubygems