Sha256: d95c2eef0aa225105d3793eca64954dea48b5a900ca5623489f2de8b4b90bd2c
Contents?: true
Size: 278 Bytes
Versions: 11
Compression:
Stored size: 278 Bytes
Contents
# Reopen the OpenStudio class to add methods to apply standards to this object class OpenStudio::Model::CoolingTowerSingleSpeed include CoolingTower def apply_efficiency_and_curves(template) apply_minimum_power_per_flow(template) return true end end
Version data entries
11 entries across 11 versions & 1 rubygems