tilt: Tilt FireFlow Friction Slope

Description Usage Arguments Value Examples

View source: R/main.R

Description

Tilt FireFlow Friction Slope

Usage

1
tilt(fireflow, friction_slope)

Arguments

fireflow

fireflow object, defined using ff()

friction_slope

proposed reduction in friction slope

Value

FireFlow Object

Examples

1
2
3
4
5
6
7
8
n185()

a <- ff(55, 4500, 40)
draw(a)

# add friction loss from 1000 LF of 12-inch pipeline
b <- tilt(a, 1000*kp(12))
draw(b, "grey50", 2)

dCraigJones/n185 documentation built on Feb. 1, 2020, 2:09 a.m.