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

- old
+ new

@@ -7,11 +7,11 @@ # given the standard pump efficiency and the default EnergyPlus pump impeller efficiency of 0.78. # # @param pump [OpenStudio::Model::StraightComponent] pump object, allowable types: # PumpConstantSpeed, PumpVariableSpeed # @param target_w_per_gpm [Double] the target power per flow, in W/gpm - # @return [Bool] returns true if successful, false if not + # @return [Boolean] returns true if successful, false if not # @author jmarrec def pump_apply_prm_pressure_rise_and_motor_efficiency(pump, target_w_per_gpm) # Eplus assumes an impeller efficiency of 0.78 to determine the total efficiency # http://bigladdersoftware.com/epx/docs/8-4/engineering-reference/component-sizing.html#pump-sizing # Rated_Power_Use = Rated_Volume_Flow_Rate * Rated_Pump_Head / Total_Efficiency @@ -92,10 +92,10 @@ # Applies the minimum motor efficiency for this pump based on the motor's brake horsepower. # # @param pump [OpenStudio::Model::StraightComponent] pump object, allowable types: # PumpConstantSpeed, PumpVariableSpeed - # @return [Bool] returns true if successful, false if not + # @return [Boolean] returns true if successful, false if not def pump_apply_standard_minimum_motor_efficiency(pump) # Get the horsepower bhp = pump_brake_horsepower(pump) # Find the motor efficiency