Sha256: ffda53cda4dceb1eea3ec4a2adbef033edde0af7eec949a8aa26e6fc87355ef1
Contents?: true
Size: 490 Bytes
Versions: 40
Compression:
Stored size: 490 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
40 entries across 40 versions & 1 rubygems