Method: OpenStudio::Model::ZoneHVACIdealLoadsAirSystem#maxHeatingCapacityAutosized
- Defined in:
- lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb
#maxHeatingCapacityAutosized ⇒ Object
31 32 33 34 35 36 37 38 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb', line 31 def maxHeatingCapacityAutosized if maximumSensibleHeatingCapacity.is_initialized # Not autosized if hard size field value present return OpenStudio::OptionalBool.new(false) else return OpenStudio::OptionalBool.new(true) end end |