Pump Motor Energy ConsumptionCalculation

Introduction

This methodology applies to pump motors that operate at constant or variable speed. Pump motors are used to move water throughout the building for heating or cooling. The calculators provided in this section use equations that estimate the annual energy consumption of a pump motor, regardless of the system of which it is part.

The type of data that is measured from the pump motor will determine the calculator to use. For more information on the type of data to collect, refer to table 1 in the next section.

Pump Motor Calculations

Constant Speed Pump Energy Using Motor Runtime Data

This calculation tool is for a constant speed, constant volume system. Measured input data include spot measurements for true power and motor operational time per hour, as measured by motor on/off loggers.

Calculator

Constant Speed Pump Energy Using Motor Runtime Data Calculator

Uses motor runtime (in seconds) and true RMS power (kW) data to estimate annual energy consumption of a CSCV pump motor.

190 KB

Measurements

The calculator relies on the measured data from the following measurement techniques:

True RMS Power Measurement

Use this technique to measure power draw (true RMS power) at one-hour intervals using a data logger.

Motor Runtime Measurement

Use this technique to measure the hours of operation of a pump, fan or compressor motor with a data logger.

Methodology

The calculator uses the following methodology to compute annual energy consumption of a constant speed pump:

  1. Convert seconds on per hour to percent on per hour (Worksheet: “Step 2. Percent Runtime Calcs”).

\begin{equation} \%On(t) = \frac{On(t)}{3600} \end{equation}

Where,

$\%On(t) =$ Percent of an hour that the pump motor is on, %

$On(t) =$ Measured time that pump motor is on, seconds

$t =$ Index for each measured data point

  1. Average % hour motor is on for each hour of each day of the week (Worksheet: “Step 3. Daily Avg Runtime Calcs”).

\begin{equation} \overline{\%On}_{d,h} = \frac{\sum_{n=1}^{N(d,h)} \%On(n)}{N(d,h)} \end{equation}

Where,

$\overline{\%On}_{d,h} =$ Average % time motor is on per hour for given day of week, d, and hour of the day, h, %

$N(d,h) =$ Total number of measured data points that fall on day of week, d, and hour of the day, h

$n \in t(d,h) =$ Index for the subset of measured data points that fall on day of week, d, and hour of the day, h

  1. Find the average hours per day pump is on (Worksheet: “Step 4. Results”).

\begin{equation} \overline{HrsOn}_{d} = \sum_{h=1}^{24} \overline{\%On}_{d,h} \end{equation}

Where,

$\overline{HrsOn}_{d} =$ Average hours per day for given day of week, d, hours

  1. Calculate energy used for full year (Worksheet: “Step 4. Results”).

\begin{equation} WeeksPumpOn = (DayOfYear(PumpOperationEndDate) \end{equation}

\begin{equation*} - DayOfYear(PumpOperationStartDate)) * \frac{WeeksPerDay}{DaysPer Year}\end{equation*}

\begin{equation} E = WeeksPumpOn * P\sum_{d=1}^{7} \overline{HrsOn}_{d} \end{equation}

Where,

$E =$ Annual pump energy, kWh

$DayOfYear =$ Function to convert a date to the n^{th} day of the year

$PumpOperationEndDate =$ Cooling season end date, mm/dd/yyyy

$PumpOperationStartDate =$ Cooling season start date, mm/dd/yyyy

$WeeksPumpOn =$ Pump operating time, weeks

$WeeksPerYear =$ 52

$DaysPerYear =$ 365.24

$P =$ Measured pump power, kW

Constant One- or Two-Speed Pump Energy Using kW Data

This calculation tool is for a constant speed, constant volume pump. Measured input data is average hourly power draw (in kW) as measured by a DENT power logger.

Calculator

Constant One or Two Speed Pump Energy Using kW Data Calculator

Uses hourly electrical current data and spot measurement data of kW to estimate the annual energy consumption for a constant-speed one- or two-speed pump motor.

175 KB

Measurements

The calculator relies on the measured data from the following measurement techniques:

True RMS Power Measurement

Use this technique to measure power draw (true RMS power) at one-hour intervals using a data logger.

Methodology

The calculator uses the following methodology to compute annual energy consumption of a constant one- or two-speed pump:

  1. Average % hour motor is on for each hour of each day of the week (Worksheet: “Step 3. Avg Day of Week Calcs”).

\begin{equation} \bar{P}_{d,h} = \frac{\sum_{n=1}^{N(d,h)} P(t)}{N(d,h)} \end{equation}

Where,

$\bar{P}_{d,h} =$ average motor power for given day of week, d, and hour of day, h, kW

$P(t) =$ measured motor power, kW

$t =$ index for measured data points

$N(h,d) =$ total number of measured data points that fall on day of week, d, and hour of the day, h

$n \in t(d,h) =$ index for subset of measured data points that fall on day of week, d, and hour of the day, h

  1. Calculate energy used for full year (Worksheet: “Step 4. Results”). WeeksPumpOn is from Equation 5.

\begin{equation} E = WeeksPumpOn * \sum_{d = 1}^7 \sum_{h = 1}^{24} \bar{P}_{d,h} \end{equation}

Where,

$E =$ annual pump energy, kWh

$WeeksPumpOn =$ Pump operating time, weeks

Variable Speed Pump Energy Using kW Data

This calculation tool is for VFD-controlled pumps that are operated at speeds proportional to the heating/cooling load as represented by proxy with OAT. Measured input data include average hourly power draw (kW) as measured by a DENT data logging power logger, and the average hourly OAT as measured by a temperature/RH logger.

Calculator

Variable Speed Pump Energy Using kW Data Calculator

Uses hourly true RMS power to calculate hourly energy consumption then estimate the annual energy consumption of a VSVV pump motor.

1.2 MB

Measurements

The calculator relies on the measured data from the following measurement techniques:

True RMS Power Measurement

Use this technique to measure power draw (true RMS power) at one-hour intervals using a data logger.

Outdoor Air Temperature Measurement

Use this technique to measure outdoor air temperature (OAT) at one-hour intervals with a data logger.

Methodology

The calculator uses the following methodology to compute annual energy consumption of a variable speed pump:

  1. Fit a second-order polynomial regression model of true RMS power as a function OAT. (Worksheet: “Step 3. Regression”).

\begin{equation} P(OAT) = a * OAT^{2} + b * OAT + c \end{equation}

Where,

$P =$ Average hourly true RMS power

$a,b,c =$ Regression coefficients

$OAT =$ Outdoor air temperature, F

  1. Average % hour motor is on for each hour of each day of the week (Worksheets: “Step 4. Schedule Calcs” and “Step 5. Daily Ave Schedule Calc”).

\begin{equation} On(t) = \begin{cases} 1 & \text{if } P(t) > 0\\ 0 & otherwise \end{cases} \end{equation}

\begin{equation} \overline{\%On}_{d,h} = \frac{\sum_{n=1}^{N(d,h)} On(t)}{N(d,h)} \end{equation}

Where,

$P(t) =$ Measures power, kW

$On(t)=$ Motor is on at time, t, binary

$\overline{\%On}_{d,h} =$ Average % time motor is on per hour for given day of week, d, and hour of the day, h, %

$N(d,h) =$ Total number of measured data points that fall on day of week, d, and hour of the day, h

$n \in t(d,h) =$ Index for subset of measured data points that fall on day of week, d, and hour of the day, h

  1. Total annual pump energy (Worksheets: “Step 6. Energy Calcs” and “Step 7. Results”).

\begin{equation} E = WeeksPumpOn * \sum_{t=1}^{8760} P(OAT'(t)) * \overline{\%On}_{d,h}(t) \end{equation}

Where,

$E =$ Annual energy usage, kWh

$OAT'(t) =$ Hourly climate normal outside air temperature from National Weather Service at station closest to site, F

$WeeksPumpOn =$ Pump operating times, weeks

Further Reading

Footnotes

Last updated on April 23, 2025