lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb in openstudio-standards-0.2.14 vs lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb in openstudio-standards-0.2.15.pre.rc1
- old
+ new
@@ -3,10 +3,11 @@
include CoolingTower
# Applies the standard efficiency ratings and typical performance curves to this object.
#
- # @return [Bool] true if successful, false if not
+ # @param cooling_tower_two_speed [OpenStudio::Model::CoolingTowerTwoSpeed] two speed cooling tower
+ # @return [Bool] returns 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