subunih: Establish the pressure at the start of a lateral line in a...

Description Usage Arguments Value Examples

View source: R/subunih.R

Description

Establish the pressure at the start of a lateral line in a subunit

Usage

1
2
subunih(DLL, K, x, DLD, SeLL, SeLD, nLL, ne, dec, qreq, imax = 100,
  toler = 1e-10, HfimLDa = 100, HfimLDb = 0)

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

HfimLDa

Maximum pressure head at the end of the manifold in meters

HfimLDb

Minimum pressure head at the end of the manifold in meters

Value

HfimLD pressure head at the end of the manifold, qsistema system flow rate, iter number iterations, tempo time

Examples

1
2
3
4
5
6
subunih(DLL = 0.025, K = 1.053e-6, x = 0.5, DLD = 0.04,
SeLL = 1, SeLD = 4, nLL = 10, ne = 100, dec = 0.0,
qreq = 3.333333e-6, imax = 100, toler = 1e-10, HfimLDa = 100, HfimLDb = 0)
subunih(DLL=0.025, K = 1.053e-6, x = 0.5, DLD = 0.04,
SeLL = 1, SeLD = 4, nLL = 10, ne = 100, dec = 0.01,
qreq = 3.333333e-6, imax = 100, toler = 1e-10, HfimLDa = 100, HfimLDb = 0)

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