Sha256: d1599dd293544ff32a1791b70123d5a19eb94b80cb506907b1ba2cfac63eb086
Contents?: true
Size: 418 Bytes
Versions: 26
Compression:
Stored size: 418 Bytes
Contents
class Standard # @!group CoolingTowerTwoSpeed include CoolingTower # Applies the standard efficiency ratings and typical performance curves to this object. # # @return [Bool] true if successful, false if not def cooling_tower_two_speed_apply_efficiency_and_curves(cooling_tower_two_speed) cooling_tower_apply_minimum_power_per_flow(cooling_tower_two_speed) return true end end
Version data entries
26 entries across 26 versions & 1 rubygems