- Head loss
- 0 ft
- In bar
- 0 bar
- Re
- 0
- f (Colebrook)
- 0
Darcy-Weisbach Calculator
The general case. Pick the fluid, dial the temperature, see how the explicit friction-factor approximations compare to a full Colebrook iteration.
System
Friction-factor correlations — head-to-head
Same Re and ε/D, three different solvers. Δ vs Colebrook is the absolute error of each explicit form.
Moody — operating point
How this works
Darcy-Weisbach is physically grounded — it works for any Newtonian fluid given (ρ, μ). The hard part is the friction factor, which has no closed-form solution in the turbulent regime. Colebrook–White is the industry standard; the explicit forms exist because in the 1970s an iteration cost real CPU time. Today the cost difference is irrelevant; we use Colebrook everywhere by default.
The flagship pressure-drop calculator dispatches automatically: laminar exact (64/Re) below Re=2,300, linear interpolation across the transitional band, Colebrook for fully turbulent. This page simply runs all three in parallel so you can see how close the explicit forms are. New to the regimes? The Reynolds number guide explains why 2,000–4,000 is the transition and how to tell laminar from turbulent in the field.
| Form | Accuracy vs Colebrook | Cost | |
|---|---|---|---|
| Colebrook–White (1939) | Implicit; iterate to 1e-10 | Reference | ~6 iterations |
| Swamee-Jain (1976) | Explicit | ±1% in 5e3 ≤ Re ≤ 1e8 | Constant |
| Haaland (1983) | Explicit | ±2% | Constant |
| 64/Re (laminar) | Exact | N/A — laminar only | Constant |