Sha256: e6a9a166d0040f53c690b52f17df1eedd0844a96b4d155848ae741207320c010
Contents?: true
Size: 754 Bytes
Versions: 4
Compression:
Stored size: 754 Bytes
Contents
# ******************************************************************************* # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. # See also https://openstudio.net/license # ******************************************************************************* class OpenStudio::Model::ZoneHVACBaseboardConvectiveWater 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