Sha256: 99e24e0269e5eaeb060452cc792f892d3ee67fa695f0524e94e136a7e9fa7974
Contents?: true
Size: 419 Bytes
Versions: 11
Compression:
Stored size: 419 Bytes
Contents
# Reopen the OpenStudio class to add methods to apply standards to this object class OpenStudio::Model::CoolingTowerVariableSpeed include CoolingTower def apply_efficiency_and_curves(template) apply_minimum_power_per_flow(template) # 90.1-2013 6.5.2.2 Multicell heat rejection with VSD if template == '90.1-2013' setCellControl('MaximalCell') end return true end end
Version data entries
11 entries across 11 versions & 1 rubygems