|
I was confused by the presentation of the Darcy-Weisbach equation in Haested Methods' Computer Applications in Hydraulic Engineering (2002, section 1.4). It gives the Darcy-Weisbach equation as
(1) v = sqrt(8gRS/f)
where v is the flow velocity, g is gravitational acceleration, R is the channel or pipe hydraulic radius, S is the slope, and f is a unitless friction factor that is determined as the solution to the Colebrook-White equation:
(2) 1/sqrt(f) = -2 * log10(k/CR + 2.51/(Re*sqrt(f)))
where k is the roughness scale length of the channel or pipe walls, C is 12 for flow with a free surface and 14.8 for full pipe flow, and Re is the Reynolds number of the flow, Re = 4Rv/\{nu}, where \{nu} is the kinematic viscosity of the fluid. It then says that f must be determined iteratively from (2). But it seems like we could use (1) to express Re in terms of f
(3) Re = 4Rv/\{nu} = 8R*sqrt(2gRS/f)/\{nu}
and cancel out the f on the right hand side of (2), giving a closed-form expression for f:
(4) 1/sqrt(f) = -2 * log10(k/CR + 2.51*\{nu}/(8R*sqrt(2gRS)))
What am I missing?
|