Sha256: 0219622db221003e94219e8bb23a9b679237d93539ff85db13780e21de804c69
Contents?: true
Size: 416 Bytes
Versions: 3
Compression:
Stored size: 416 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
3 entries across 3 versions & 1 rubygems