ff: Creates a fire flow supply curve based on a single hydrant...

Description Usage Arguments Value See Also Examples

View source: R/main.R

Description

Creates a fire flow supply curve based on a single hydrant test per NFPA 291 Recommended Practice for Fire Flow Testing

Usage

1
ff(Ps, Qt, Pt, ID = "")

Arguments

Ps

Static Pressure from Field Fire Flow Test, in PSI

Qt

Test Flow from Field Fire Flow Test, in GPM

Pt

Test Residual from Field Fire Flow Test, in GPM

ID

Unique name for Field Fire Flow Test (used for legend)

Value

FireFlow Object

See Also

[tilt] , shift

Examples

1
2
3
4
5
6
7
8
9
n185()

a <- ff(60,3000,20, "first")
b <- ff(50,2750, 35, "second")

draw(a, "red", 1)
draw(b, "blue", 2)

draw_legend()

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