Description Usage Arguments Value
View source: R/MukherjeeBrill_facade.R
Calculate the Darcy friction factor with the Colebrook correlation. As the correlation cannot be resolved explicitly, Newton-Raphson method is used.
1 | util_MB_Colebrook(Re, roughness, D, tol = 1e-08, itMax = 10, warn = TRUE)
|
Re |
Reynold number |
roughness |
Pipe roughness |
D |
Pipe diameter |
tol |
Tolerance in Newton-Raphson method (optional) |
itMax |
Maximum number of iteration (optional) |
warn |
If FALSE, not show warnings when Re <= 4000 (optional) |
Darcy friction factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.