shift: Shift FireFlow Static Head

Description Usage Arguments Value Examples

View source: R/main.R

Description

Shift FireFlow Static Head

Usage

1
shift(fireflow, static)

Arguments

fireflow

fireflow object, defined using ff()

static

proposed static head, in PSI

Value

FireFlow Object

Examples

1
2
3
4
5
6
7
8
n185()

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

# assume the same friction loss at a new static head of 40 psi
b <- shift(a, 40)
draw(b, "grey50", 2)

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