Skip to content

Function to calculate the D'Arcy-Weisbach Friction Factor via iterative calculation of the Colebrook-White equation.

Notifications You must be signed in to change notification settings

robmarkoski/D-Arcy-Weisbach-Friction-Factor-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

The D'Arcy Friction Factor is used extensively in fluid system design. Calculating its value can often be cumbersome, and prone to error when performed by hand.

The following little program/function will calculate the D'Arcy Friction Factor given values for the Reynolds Number, Pipe Diameter and Pipe Roughness

Colebrook Equation

Swamee Jain Equation

You are free to use this in any way/shape/form with or without my attribution.

I am not liable if anything goes wrong whilst you use this program.

CURRENT VERSION: 0.2

  • Converted to Python 3
  • Added some error checking. Will be developed further.
  • Added information on pipe area.

About

Function to calculate the D'Arcy-Weisbach Friction Factor via iterative calculation of the Colebrook-White equation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages