Class: OpenStudio::Model::WaterHeaterMixed

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb

Overview

open the class to add methods to return sizing values @Todo: currently OpenStudio is missing the WaterHeater:Sizing object, so unlikely to need it right now…

Instance Method Summary collapse

Instance Method Details

#autosizedHeaterMaximumCapacityObject

returns the autosized Heater Maximum Capacity as an optional double



8
9
10
11
12
13
# File 'lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb', line 8

def autosizedHeaterMaximumCapacity

  # @Todo: check the correct syntax here
  return self.model.getAutosizedValue(self, 'Design Size Nominal Capacity', 'W')

end