Calculate Head Loss using Flamant Equation
Source:R/calc_head_loss_flamant.R
calc_head_loss_flamant.RdCalculates the friction head loss in a pipe based on the empirical Flamant equation. This formula is highly recommended for small-diameter plastic pipes (typically < 50 mm) commonly used in micro-irrigation systems.
Arguments
- length
Numeric. The length of the pipe (meters).
- flow
Numeric. The volumetric flow rate (cubic meters per second).
- diameter
Numeric. The internal diameter of the pipe (meters).
- coef
Numeric. The Flamant roughness coefficient (
b). Default is 0.000135, which is typical for smooth plastic pipes (e.g., PVC, PE).