Method: OpenStudio::Model::HeatPumpWaterToWaterEquationFitHeating#maxWaterFlowRate
- Defined in:
- lib/measures/openstudio_results/resources/Siz.HeatPumpWaterToWaterEquationFitHeating.rb
#maxWaterFlowRate ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/measures/openstudio_results/resources/Siz.HeatPumpWaterToWaterEquationFitHeating.rb', line 15 def maxWaterFlowRate if referenceLoadSideFlowRate.is_initialized referenceLoadSideFlowRate else autosizedReferenceLoadSideFlowRate end end |