View Single Post
  #14 (permalink)  
Old 06-16-2008, 03:04 PM
rroach02 rroach02 is offline
Registered User
 
Join Date: Jun 2008
Posts: 2
excellent approximation

I use the following as an initial guess in a Newton iteration to the Colebrook-White eqn for hydraulically smooth pipes:

f = 0.0079284 + 0.5966*Re^(-0.35703) + 6.3776*Re^(-0.71406)

The formula gives f correct to two significant digits over the range of [10^3, 10^6]. The Newton solver finds the remaining accuracy to many more digits in fewer than 5 iterations if I need the precision.
Reply With Quote