Sha256: 7439aa9f210053be63dc2f8a6a13c7702e16f759f5eff7e6343ffef2ff422fdb

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 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

3 entries across 3 versions & 1 rubygems

Version Path
openstudio-standards-0.2.14 lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb
openstudio-standards-0.2.13 lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb
openstudio-standards-0.2.13.rc3 lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb