Equivalent length 101 — how fittings actually work
A 90° elbow looks like 30 diameters of straight pipe; a globe valve looks like 340. Where these numbers come from, what they cost, and why most free calculators ignore them.
Real pipe systems lose pressure to two things: friction in straight pipe (the major loss) and every direction change, valve, expansion, or contraction in the line (the minor losses). On typical commercial systems, "minor" losses are often the majority of the total — and the most common modeling mistake is to skip them and pad the answer with a safety factor. This guide explains what's actually happening in the fittings and how to add them up correctly.
The two methods
There are two equivalent ways to model a fitting:
- K-factor: attach a dimensionless K to the fitting. Head loss is
h = K · v² / (2g). K is calibrated by experiment. - Equivalent length: express the fitting as an equivalent length of straight pipe of the same diameter. Multiply (L/D) by the diameter, add to the actual pipe length, plug into Darcy-Weisbach as if it were all pipe.
In the fully turbulent regime they agree (the K-factor and the (L/D)·f term collapse to the same thing). At lower Reynolds they drift; this is why most textbooks recommend picking one method per fitting and not mixing them.
SVG: anatomy of an elbow
Picture water flowing through a 90° elbow. The streamlines bend; the inner radius separates and recirculates; turbulence is generated and dissipated. That's where the energy goes.
The K-value of a 90° standard threaded elbow is about 0.75 (Crane TP-410). A long-radius elbow, which sweeps the bend instead of cornering it, drops to ~0.45 — the streamlines stay closer to the wall and the separation zone shrinks.
Worst offenders
Not all fittings cost the same. The high-K items are usually valves, especially partly-closed valves. A globe valve fully open has K ≈ 6; a half-closed gate valve goes to K ≈ 4.5; a swing-check has K ≈ 2 plus an unpredictable extra cost when it slams shut on flow reversal.
| K-factor | L/D | Note | |
|---|---|---|---|
| 90° elbow (standard) | 0.75 | 30 | Most common in plumbing |
| 90° elbow (long radius) | 0.45 | 20 | Better for pressure-sensitive systems |
| 45° elbow | 0.35 | 16 | Half the bend, third the loss |
| Tee — through run | 0.4 | 20 | Flow stays straight |
| Tee — branch flow | 1.8 | 60 | Flow turns 90° |
| Gate valve (open) | 0.17 | 8 | Best valve choice |
| Globe valve (open) | 6 | 340 | Worst common valve |
| Ball valve (open) | 0.05 | 3 | Best when fully open |
| Sudden contraction (2:1) | 0.34 | 17 | Vena contracta loss |
Why most free calculators skip fittings
Three reasons: it's tedious to look up K-factors, the user has to count fittings manually, and the K library has 30+ entries to support. The free pump-vendor tools we surveyed all had one of these failure modes:
- "Add 10% safety factor for fittings" (the most common — wrong by 50% on most systems)
- Allow you to enter "extra equivalent length in feet" (correct but the user has to compute it)
- Hard-code a single K and ignore the diversity of fittings (wrong systematically)
The flagship pressure-drop calculator has a tap-to-add fitting counter and a 17-fitting library by default; this is the moat we're building around.
Open the tools
- Fitting equivalents reference — searchable library + mini-calc
- Flagship pressure-drop calculator — fitting counter built in
- Methodology — sources for the K and L/D values