Sha256: 80c6adfc89786fc07c7d12a6cadff7a82e30fe4764086a1e97d82aa3c20fdd2b
Contents?: true
Size: 430 Bytes
Versions: 26
Compression:
Stored size: 430 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
26 entries across 26 versions & 1 rubygems