Sha256: 3c1412bb65c01021b28f0a7a6338e597f736e9c7bb1e71d2763e8d6d120e6135
Contents?: true
Size: 488 Bytes
Versions: 9
Compression:
Stored size: 488 Bytes
Contents
# 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... class OpenStudio::Model::WaterHeaterMixed # returns the autosized Heater Maximum Capacity as an optional double def autosizedHeaterMaximumCapacity # @todo check the correct syntax here return self.model.getAutosizedValue(self, 'Design Size Nominal Capacity', 'W') end end # close the class
Version data entries
9 entries across 9 versions & 1 rubygems