Sha256: 46a3396be205c28defcceffb188d6f8965ae7b28016affa934e889d2d0cdcfb3
Contents?: true
Size: 526 Bytes
Versions: 12
Compression:
Stored size: 526 Bytes
Contents
class Standard # @!group CoolingTowerTwoSpeed include CoolingTower # Applies the standard efficiency ratings and typical performance curves to this object. # # @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 end
Version data entries
12 entries across 12 versions & 1 rubygems