Sha256: 1210060f0dc71c747a181ae18012bce3f6b8aea0193269e1424011aef81cbb5d
Contents?: true
Size: 761 Bytes
Versions: 4
Compression:
Stored size: 761 Bytes
Contents
# ******************************************************************************* # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. # See also https://openstudio.net/license # ******************************************************************************* class OpenStudio::Model::ZoneHVACBaseboardRadiantConvectiveWater def maxHeatingCapacity heatingCoil.maxHeatingCapacity end def maxWaterFlowRate heatingCoil.maxWaterFlowRate end def maxHeatingCapacityAutosized heatingCoil.maxHeatingCapacityAutosized end def maxWaterFlowRateAutosized heatingCoil.maxWaterFlowRateAutosized end def performanceCharacteristics effs = [] effs += heatingCoil.performanceCharacteristics return effs end end
Version data entries
4 entries across 4 versions & 1 rubygems