lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.6.0.rc2 vs lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.6.3

- old
+ new

@@ -131,10 +131,10 @@ # Determine what part load efficiency degredation curve should be used for a boiler # # @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object # @return [String] returns name of the boiler curve to be used, or nil if not applicable def boiler_get_eff_fplr(boiler_hot_water) - return nil + return 'Boiler Constant Efficiency Curve' end # Applies the standard efficiency ratings and typical performance curves to this object. # # @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object