coef_emitter: Emmiter equation

View source: R/coef_emitter.R

coef_emitterR Documentation

Emmiter equation

Description

coef_emitter Calculates the coefficients of the emitter pressure-flow power equation

Usage

coef_emitter(h, q)

Arguments

h

Pressure

q

Flow rate

Examples

h <- c(10, 20, 30)
q <- c(7.9, 11.4, 14.1)
coef_emitter(h, q)

joaobtj/hydirrig documentation built on Oct. 2, 2023, 2:08 p.m.