Class: OpenStudio::Model::ZoneHVACBaseboardConvectiveWater

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

Overview


OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. See also https://openstudio.net/license


Instance Method Summary collapse

Instance Method Details

#maxHeatingCapacity ⇒ Object



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

def maxHeatingCapacity
  heatingCoil.maxHeatingCapacity
end

#maxHeatingCapacityAutosized ⇒ Object



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

def maxHeatingCapacityAutosized
  heatingCoil.maxHeatingCapacityAutosized
end

#maxWaterFlowRate ⇒ Object



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

def maxWaterFlowRate
  heatingCoil.maxWaterFlowRate
end

#maxWaterFlowRateAutosized ⇒ Object



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

def maxWaterFlowRateAutosized
  heatingCoil.maxWaterFlowRateAutosized
end

#performanceCharacteristics ⇒ Object



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