Sha256: ac37fc9d8e2e0d661dd115a19b2f004f1d6a8fc0a2c5b1e0a947f31756d8b24f
Contents?: true
Size: 488 Bytes
Versions: 4
Compression:
Stored size: 488 Bytes
Contents
# ******************************************************************************* # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. # See also https://openstudio.net/license # ******************************************************************************* class OpenStudio::Model::RefrigerationSystem def performanceCharacteristics effs = [] effs << [shellandCoilIntercoolerEffectiveness, 'Shelland Coil Intercooler Effectiveness'] return effs end end
Version data entries
4 entries across 4 versions & 1 rubygems