Description Usage Arguments Value See Also
View source: R/MukherjeeBrill.R
Calculate the Darcy friction factor considering Reynolds number and pipe roughness.
Re <= 2000: Laminar flow (= 64/Re)
Re >= 4000: Turbulent flow (Colebrook correlation)
2000 < Re < 4000: Transition (see details)
1 | l_Darcy_friction_factor(Re, roughness, D, tol = 1e-08, itMax = 10)
|
Re |
Reynolds number |
roughness |
Pipe roughness |
D |
Pipe diameter |
tol |
Tolerance in |
itMax |
Maximum number of iteration in |
Darcy friction factor
util_MB_Blasius()
, util_MB_Colebrook()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.