Class: OpenStudio::Model::ZoneHVACBaseboardRadiantConvectiveWater
- Inherits:
-
Object
- Object
- OpenStudio::Model::ZoneHVACBaseboardRadiantConvectiveWater
- Defined in:
- lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb
Overview
******************************************************************************* OpenStudio®, Copyright © Alliance for Sustainable Energy, LLC. See also openstudio.net/license *******************************************************************************
Instance Method Summary collapse
- #maxHeatingCapacity ⇒ Object
- #maxHeatingCapacityAutosized ⇒ Object
- #maxWaterFlowRate ⇒ Object
- #maxWaterFlowRateAutosized ⇒ Object
- #performanceCharacteristics ⇒ Object
Instance Method Details
#maxHeatingCapacity ⇒ Object
7 8 9 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb', line 7 def maxHeatingCapacity heatingCoil.maxHeatingCapacity end |
#maxHeatingCapacityAutosized ⇒ Object
15 16 17 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb', line 15 def maxHeatingCapacityAutosized heatingCoil.maxHeatingCapacityAutosized end |
#maxWaterFlowRate ⇒ Object
11 12 13 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb', line 11 def maxWaterFlowRate heatingCoil.maxWaterFlowRate end |
#maxWaterFlowRateAutosized ⇒ Object
19 20 21 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb', line 19 def maxWaterFlowRateAutosized heatingCoil.maxWaterFlowRateAutosized end |
#performanceCharacteristics ⇒ Object
23 24 25 26 27 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACBaseboardRadiantConvectiveWater.rb', line 23 def performanceCharacteristics effs = [] effs += heatingCoil.performanceCharacteristics return effs end |