Get.System.Curve: Calc System Curve

Description Usage Arguments Value Examples

View source: R/pumpR.R

Description

Calc System Curve

Usage

1
Get.System.Curve(Q, TDH, min = 0.05, max = 0.95, min.flow = 10)

Arguments

Q

Vector of flows

TDH

Vectors of heads

min

optional, minima quantile

max

optional, maxima quantile

min.flow

min.flow for dynamic headloss calculation

Value

system curve object

Examples

1
2
data <- data.frame(Q=c(rnorm(abs(rnorm(100,0))),rnorm(100,500)), H=c(rnorm(100,20), rnorm(100,100)))
Get.System.Curve(data$Q, data$H)

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