Description Usage Arguments Value Examples
Establish the pressure at the start of a lateral line in a subunit
1 2 | subunih(DLL, K, x, DLD, SeLL, SeLD, nLL, ne, dec, qreq, imax = 100,
toler = 1e-10, HfimLDa = 100, HfimLDb = 0)
|
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 |
HfimLD pressure head at the end of the manifold, qsistema system flow rate, iter number iterations, tempo time
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.