Sha256: 8930bb28f1ab2797ac71b26957df987189f3dd198115aa9721c16ca73b759c89
Contents?: true
Size: 428 Bytes
Versions: 3
Compression:
Stored size: 428 Bytes
Contents
class Standard # @!group CoolingTowerSingleSpeed 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_single_speed_apply_efficiency_and_curves(cooling_tower_single_speed) cooling_tower_apply_minimum_power_per_flow(cooling_tower_single_speed) return true end end
Version data entries
3 entries across 3 versions & 1 rubygems