Introduction

Engineers are frequently asked to calculate the fluid pressure drop in a piping system. Many software programs are available for solving complicated hydraulic problems; however’ they can be complex and difficult to use. In addition, there are many tables or shortcut methods that give adequate answers but they usually apply to predefined conditions which are sometimes misleading or less accurate. This “Tip of the Month” discusses a method of calculating friction pressure losses for liquid lines. A spreadsheet is presented that gives friction losses based on this method.

Background Information

Equation 1 is known as the Darcy-Weisbach (sometimes called the Darcy) equation and has been used by engineers for over 100 years to calculate fluid flow pressure loss in pipe. This equation is derived by dimensional analysis and relates the various parameters that contribute to the friction loss. A correction factor, called the Moody friction factor, is included which compensate theoretical results with the experimental results.

Equation 1

Where:

hL = Head loss due to friction, m [ft]
f = Moody friction factor
L = Pipe length, m [ft]
V = Velocity, m/s [ft/sec]
g = Gravitational acceleration, 9.81 m/sec2 [32.2 ft/sec2]
D = Inside diameter, m [ft]

The task of determining the friction factor can be difficult due to the many variables that influence flow behavior. For example, the friction factor is significantly different if the fluid flow exhibits Newtonian or non-Newtonian behavior, or if the flow is laminar or turbulent. Other variables that influence the friction factor are properties of the pipe represented by absolute roughness and inside diameter, and fluid parameters such as flow rate, viscosity and density.

The Moody diagram given in Figure 1 is a classical representation of the fluid behavior of Newtonian fluids and is used throughout industry to predict fluid flow losses. It graphically represents the various factors used to determine the friction factor. For example, fluids with a Reynolds number of 2000 and less, the flow behavior is considered a stable laminar fluid, and the friction factor is only dependent on the Reynolds number. The friction factor for the Laminar Zone is represented by Equation 2. Fluids with a Reynolds number between 2000 and 4000 are considered unstable and can exhibit either laminar or turbulent behavior. This region commonly referred to as the Critical Zone, and the friction factor can be difficult to accurately predict. Judgment should be used if accurate predictions of fluid loss are required in this region. Either Equation 2 or 3 are commonly used in the Critical Zone. Beyond 4000, the fluid is considered turbulent and the friction factor is dependent on the Reynolds number and relative roughness. For Reynolds numbers beyond 4000, the Moody diagram identifies two regions, Transition Zone and Completely Turbulent Zone. The friction factor represented in this region is given by Equation 3.

Graph 1

Figure 1. Moody Friction Factor Diagram

Equations

Where:

Re = Reynolds Number
V = Fluid velocity, m/s [ft/sec]
D = Inside diameter, m [ft]
e = absolute pipe roughness, m [ft]
? = Fluid density, kg/m3 [lbm/ft3]
µ = Fluid viscosity, kg/(m-s) [lbm/(ft-sec)]

The Method

The Colebrook formula, Equation 3, is used throughout industry and accurately represents the Transition and Turbulent flow regions of the Moody Diagram. However, this implicit equation is difficult to solve by manual methods. Typically an iterative method is used to solve the Colebrook equation. One method of solving this equation is with numerical analysis technique called Newton-Raphson’s1 Method. This successive approximation approach is represented by Equation 5, and involves 1) the Colebrook formula, 2) the first derivative of the Colebrook formula and 3) an initial guess. Since the Colebrook formula is a convergent equation, the solution is usually determined with less than four iterations.

Equation 5

Where:

fn = nth iteration friction factor
fn+1 = (n+1)th iteration friction factor
g(fn) = Colebrook equation
g'(fn) = First derivative of Colebrook equation

A macro that solves the Colebrook formula is given in this spreadsheet. It is easily adapted to programmable calculators. The iterative method assumes that the following input variables are available:

Pipe inside diameter – mm [in]
Pipe length – m [ft]
Absolute roughness – m [ft]
Absolute viscosity – cP
Fluid relative density
Fluid flowrate – m3/h [gpm]

Example Problem

The macro begins with inputting the variables needed to solve for the Moody friction factor. Next, the macro determines the Reynolds Number. If the Reynolds value is below 2000 the flow is considered laminar and a simplified friction formula shown in Equation 2 is used. Above 2000 the flow is considered turbulent and the Colebrook formula is used. Finally, the Moody friction factor is determined and combined with the Darcy formula, Equation 1, to determine the fluid friction losses.

Results

Numerous results were checked against values given in “Cameron Hydraulic Data Book”2 and found to vary by less than one percent. A term called “Delta-F” is also given in the spreadsheet which gives an indication of the variance in the Colebrook equation and the calculated value. Values of Delta-F less then 0.05 indicates an accuracy of three or more decimal places.

Alternate Method:

An alternate method of determining the friction factor is given by Chen3. His method of calculating the friction factor is explicit and does not require iterations to solve. This method has been by studied by Gregory and Fogarasi4, and found to give satisfactory values compared to the Colebrook equation. For those interested in this alternate approach, see Equation 6.

Equations 6 and 7

Where:

f = Fanning friction factor (1/4 of Moody friction factor)
D = Inside diameter, m [ft]
e = absolute pipe roughness, m [ft]
Re = Reynolds Number

To learn more about friction factor and its impact on piping and pipeline calculation, design and surveillance, refer to JMC books and enroll in our ME41PL4PL61, and G4 courses.

By: Joe Honeywell
Instructor & Consultant

References:

  1. “Elementary Numerical Analysis”, by S. D. Conte, McGraw-Hill Book Company, 1965, pp 30
  2. “Cameron Hydraulic Data Book”, by Ingersoll-Rand Company, Woodcliff, N. J., 15 ed., pp 3-49 to 3-85
  3. Chen, N.H., An Explicit Equation for Friction Factor in Pipe, Ind. Eng. Chem. Fund., 18, 296,1979
  4. Gregory, G.A. and Fogarasi, F., Alternate to Standard Friction Factor Equation, Oil & Gas Jour. Apr. 1 1985, pp 127.

Excel Program Input and Output

ResultsResults

Did you enjoy this post? Do you have a question?
Leave us a Comment below!

Want to read more articles like this?
Subscribe to our RSS Feed or visit the Tip of the Month Archives for past articles.