subunihd: Established to set the diameter lateral line and pressure...

Description Usage Arguments Value Examples

View source: R/subunihd.R

Description

Set the diameter lateral line and pressure required at the start a subunit

Usage

1
2
subunihd(DLL, K, x, DLD, SeLL, SeLD, nLL, ne, dec, qreq, imax = 100,
  toler = 1e-06, qvr)

Arguments

DLL

Diameter lateral line in meters

K

Emission coefficient

x

Emission exponent

DLD

Diameter manifold in meters

SeLL

Emitter spacing in meters

SeLD

Lateral line spacing in meters

nLL

Number of lateral lines in meters

ne

Number of emitters in meters

dec

Slope on the lateral line

qreq

Flow rate required at the emitters in cubic meters per second

imax

Maximum number of iteration

toler

Maximum tolerance

qvr

Emitter flow variation

Value

D diameter lateral line, pressure head at the end, iter number of iterations, tempo time

Examples

1
2
3
subunihd(DLL = 0.025,K = 1.053e-6,x = 0.5,DLD = 0.04,
SeLL = 4, SeLD = 1, nLL = 100, ne = 10, dec = 0.00,
qreq = 3.33333e-6, imax = 100,toler = 1e-6, qvr = 10)

FernandaFOS/HydIrrig documentation built on Oct. 14, 2019, 3:59 p.m.