Method: OpenStudio::Model::ZoneHVACIdealLoadsAirSystem#maxCoolingCapacityAutosized
- Defined in:
- lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb
#maxCoolingCapacityAutosized ⇒ Object
40 41 42 43 44 45 46 47 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb', line 40 def maxCoolingCapacityAutosized if maximumTotalCoolingCapacity.is_initialized # Not autosized if hard size field value present return OpenStudio::OptionalBool.new(false) else return OpenStudio::OptionalBool.new(true) end end |