ke: calculates the unit hydraulic gradient

Description Usage Arguments Value Examples

View source: R/pumpR.R

Description

calculates the unit hydraulic gradient

Usage

1
ke(D, C)

Arguments

D

Pipe diameter, in inches

C

Hazen-Williams friction factor, unitless

Value

the hydraulic gradient per linear foot.

Examples

1
2
# Calculate the k for 1000 LF of 12-inch diameter pipe with C = 120
1000*ke(12,120)

dCraigJones/pumpR documentation built on Feb. 17, 2020, 5:04 a.m.