lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.4.0 vs lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.5.0.rc1

- old
+ new

@@ -72,10 +72,11 @@ end # Finds lookup object in standards and return minimum thermal efficiency # # @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object + # @param rename [Boolean] if true, rename the boiler to include the new capacity and efficiency # @return [Double] minimum thermal efficiency def boiler_hot_water_standard_minimum_thermal_efficiency(boiler_hot_water, rename = false) # Get the boiler properties search_criteria = boiler_hot_water_find_search_criteria(boiler_hot_water) capacity_w = boiler_hot_water_find_capacity(boiler_hot_water) @@ -128,10 +129,10 @@ end # Applies the standard efficiency ratings and typical performance curves to this object. # # @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object - # @return [Bool] returns true if successful, false if not + # @return [Boolean] returns true if successful, false if not def boiler_hot_water_apply_efficiency_and_curves(boiler_hot_water) successfully_set_all_properties = false # Define the criteria to find the boiler properties # in the hvac standards data set.