Method: OpenStudio::Model::ZoneHVACIdealLoadsAirSystem#maxAirFlowRateAutosized
- Defined in:
- lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb
#maxAirFlowRateAutosized ⇒ Object
49 50 51 52 53 54 55 56 |
# File 'lib/measures/openstudio_results/resources/Siz.ZoneHVACIdealLoadsAirSystem.rb', line 49 def maxAirFlowRateAutosized if maximumHeatingAirFlowRate.is_initialized # Not autosized if hard size field value present return OpenStudio::OptionalBool.new(false) else return OpenStudio::OptionalBool.new(true) end end |