Sha256: 2b6b1de33c1c54e161ffcea6767a34868ee75f651eb1056644e5ff629dac1392
Contents?: true
Size: 436 Bytes
Versions: 26
Compression:
Stored size: 436 Bytes
Contents
class Standard # @!group CoolingTowerVariableSpeed 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_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
26 entries across 26 versions & 1 rubygems