Class: OpenStudio::Model::ZoneHVACTerminalUnitVariableRefrigerantFlow

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#maxAirFlowRateObject



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 23

def maxAirFlowRate
  vals = []
  if supplyAirFlowRateDuringCoolingOperation.is_initialized
    vals << supplyAirFlowRateDuringCoolingOperation.get
  elsif autosizedSupplyAirFlowRateDuringCoolingOperation.is_initialized
    vals << autosizedSupplyAirFlowRateDuringCoolingOperation.get
  end
  if supplyAirFlowRateWhenNoCoolingisNeeded.is_initialized
    vals << supplyAirFlowRateWhenNoCoolingisNeeded.get
  elsif autosizedSupplyAirFlowRateWhenNoCoolingisNeeded.is_initialized
    vals << autosizedSupplyAirFlowRateWhenNoCoolingisNeeded.get
  end
  if supplyAirFlowRateDuringHeatingOperation.is_initialized
    vals << supplyAirFlowRateDuringHeatingOperation.get
  elsif autosizedSupplyAirFlowRateDuringHeatingOperation.is_initialized
    vals << autosizedSupplyAirFlowRateDuringHeatingOperation.get
  end
  if supplyAirFlowRateWhenNoHeatingisNeeded.is_initialized
    vals << supplyAirFlowRateWhenNoHeatingisNeeded.get
  elsif autosizedSupplyAirFlowRateWhenNoHeatingisNeeded.is_initialized
    vals << autosizedSupplyAirFlowRateWhenNoHeatingisNeeded.get
  end
  if vals.size.zero?
    OpenStudio::OptionalDouble.new
  else
    OpenStudio::OptionalDouble.new(vals.max)
  end
end

#maxAirFlowRateAutosizedObject



87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 87

def maxAirFlowRateAutosized
  if supplyAirFlowRateDuringCoolingOperation.is_initialized
    return OpenStudio::OptionalBool.new(false)
  elsif supplyAirFlowRateWhenNoCoolingisNeeded.is_initialized
    return OpenStudio::OptionalBool.new(false)
  elsif supplyAirFlowRateDuringHeatingOperation.is_initialized
    return OpenStudio::OptionalBool.new(false)
  elsif supplyAirFlowRateWhenNoHeatingisNeeded.is_initialized
    return OpenStudio::OptionalBool.new(false)
  else
    return OpenStudio::OptionalBool.new(true)
  end
end

#maxCoolingCapacityObject



15
16
17
18
19
20
21
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 15

def maxCoolingCapacity
  if coolingCoil.is_initialized
    coolingCoil.get.maxCoolingCapacity
  else
    OpenStudio::OptionalDouble.new
  end
end

#maxCoolingCapacityAutosizedObject



79
80
81
82
83
84
85
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 79

def maxCoolingCapacityAutosized
  if coolingCoil.is_initialized
    coolingCoil.get.maxCoolingCapacityAutosized
  else
    OpenStudio::OptionalDouble.new
  end
end

#maxHeatingCapacityObject



7
8
9
10
11
12
13
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 7

def maxHeatingCapacity
  if heatingCoil.is_initialized
    heatingCoil.get.maxHeatingCapacity
  else
    OpenStudio::OptionalDouble.new
  end
end

#maxHeatingCapacityAutosizedObject



71
72
73
74
75
76
77
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 71

def maxHeatingCapacityAutosized
  if heatingCoil.is_initialized
    heatingCoil.get.maxHeatingCapacityAutosized
  else
    OpenStudio::OptionalDouble.new
  end
end

#maxWaterFlowRateObject



52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 52

def maxWaterFlowRate
  vals = []
  if coolingCoil.is_initialized
    if coolingCoil.get.maxWaterFlowRate.is_initialized
      vals << coolingCoil.get.maxWaterFlowRate.get
    end
  end
  if heatingCoil.is_initialized
    if heatingCoil.get.maxWaterFlowRate.is_initialized
      vals << heatingCoil.get.maxWaterFlowRate.get
    end
  end
  if vals.size.zero?
    OpenStudio::OptionalDouble.new
  else
    OpenStudio::OptionalDouble.new(vals.max)
  end
end

#maxWaterFlowRateAutosizedObject



101
102
103
104
105
106
107
108
109
110
111
112
113
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 101

def maxWaterFlowRateAutosized
  if coolingCoil.is_initialized
    if coolingCoil.get.maxWaterFlowRate.is_initialized
      return OpenStudio::OptionalBool.new(false)
    end
  end
  if heatingCoil.is_initialized
    if heatingCoil.get.maxWaterFlowRate.is_initialized
      return OpenStudio::OptionalBool.new(false)
    end
  end
  return OpenStudio::OptionalBool.new(true)
end

#performanceCharacteristicsObject



115
116
117
118
119
120
121
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb', line 115

def performanceCharacteristics
  effs = []
  effs += supplyAirFan.performanceCharacteristics
  effs += coolingCoil.get.performanceCharacteristics if coolingCoil.is_initialized
  effs += heatingCoil.get.performanceCharacteristics if heatingCoil.is_initialized
  return effs
end