Economic Pipe Sizing
Parameters
Economic Pipe Size
Pipe Material
Carbon Steel (1998)Stainless Steel (1998)Carbon Steel (2008)Stainless Steel (2008)Aluminium (2008)Brass (2008)
Diameter (in)
Flow rate (ft3 s-1)
Fluid velocity (ft s-1)
Density (lb ft-3)
Viscosity (cp)
Reference: "Updating the Rules for Pipe Sizing", Durand et al., Chemical Engineering, January 2010
Background
Pipework is a large part of the cost of a process plant. Plant designers need to minimize the total cost of this pipework across the lifetime of the plant. The total overall cost is a combination of individual costs relating to the following:
pipe material
installation
maintenance
depreciation
energy costs for pumping
liquid parameters
required flow rate
pumping efficiencies
taxes
This application uses the approach described in the reference to find the pipe diameter that minimizes the total overall cost. The method involves the iterative solution of an empirical equation using Maple’s fsolve() function (the code is in the Startup code region)
Bear in mind that the empirical parameters vary as economic conditions change. Those used in this application are correct for 1998 and 2008 (as given in the reference)
The economical optimal pipe diameter (as given in the reference) is given by an iterative solution of the following equation (Generaux Equation).
Q=D4.84+n n X E 1+F Z+a+b⋅1−Φ1+0.794 Le' D 0.000189 Y K ρ0.84 μ0.16 1+M 1−Φ+Z⋅Ma' + b'12.84
The empirical parameters are given in the following tables.
a
Fractional annual depreciation on pipeline (dimensionless)
n
Exponent in pipe-cost equation C = X Dn (dimensionless)
b
Fractional annual maintenance on pipeline (dimensionless)
P
Installation cost of pump and motor ($/hp)
a'
Fractional annual depreciation on pumping installation (dimensionless)
Q
Fluid flow rate (ft3/s)
b'
Installed cost of pipeline, including fittings ($/ft)
S
Cross sectional area (ft2)
C
Inside pipe diameter (ft)
V
Velocity (ft/s)
D
X
Cost of 1 ft of 1 ft diameter pipe ($)
E
Combined fractional efficiency of pump and motor (dimensionless)
Y
Days of operation per year (at 24 hours per day)
F
Factor for installation and fitting
Z
Fractional rate of return of incremental investment (dimensionless)
K
Energy cost delivered to the motor ($/kWh)
Factor for taxes and other expenses (dimensionless)
Le'
Factor for friction in fitting, equivalent length in pipe diameter per length of pipe (1/ft)
r
Flow density (lb/ft3)
M
a'+b' E P17.9 K Y
Factor to express cost of piping installation, in terms of yearly cost of power delivered to the fluid (dimensionless)
m
Fluid viscosity (cP)
Download Help Document