util_MB_Colebrook: Colebrook correlation for the Darcy friction factor

Description Usage Arguments Value

View source: R/MukherjeeBrill_facade.R

Description

Calculate the Darcy friction factor with the Colebrook correlation. As the correlation cannot be resolved explicitly, Newton-Raphson method is used.

Usage

1
util_MB_Colebrook(Re, roughness, D, tol = 1e-08, itMax = 10, warn = TRUE)

Arguments

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)

Value

Darcy friction factor


sshunsuke/MukherjeeBrill documentation built on Jan. 21, 2022, 6:13 p.m.