Class: OpenStudio::Model::ZoneHVACBaseboardConvectiveWater

Inherits:
Object
  • Object
show all
Defined in:
lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb

Overview

******************************************************************************* OpenStudio®, Copyright © Alliance for Sustainable Energy, LLC. See also openstudio.net/license *******************************************************************************

Instance Method Summary collapse

Instance Method Details

#maxHeatingCapacityObject



7
8
9
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb', line 7

def maxHeatingCapacity
  heatingCoil.maxHeatingCapacity
end

#maxHeatingCapacityAutosizedObject



15
16
17
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb', line 15

def maxHeatingCapacityAutosized
  heatingCoil.maxHeatingCapacityAutosized
end

#maxWaterFlowRateObject



11
12
13
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb', line 11

def maxWaterFlowRate
  heatingCoil.maxWaterFlowRate
end

#maxWaterFlowRateAutosizedObject



19
20
21
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb', line 19

def maxWaterFlowRateAutosized
  heatingCoil.maxWaterFlowRateAutosized
end

#performanceCharacteristicsObject



23
24
25
26
27
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardConvectiveWater.rb', line 23

def performanceCharacteristics
  effs = []
  effs += heatingCoil.performanceCharacteristics
  return effs
end