Description Usage Arguments Value Examples
Set the diameter of a lateral line
1 2 | lld(Hfim, K, x, Se, ne, dec, qvr, imax = 100, toler = 1e-06, DLLa = 1,
DLLb = 0)
|
Hfim |
Pressure at the end of the line in mca |
K |
Emission coefficient |
x |
Emission exponent |
Se |
Emitter spacing in meters |
ne |
Number of emitters |
dec |
Slope on the lateral line |
qvr |
Emitter flow variation |
imax |
Maximum number of iteration |
toler |
Maximum tolerance |
DLLa |
Maximum diameter in meters |
DLLb |
Minimum diameter in meters |
D diameter, qv emitter flow variation, iter number iterations, tempo time
1 2 3 4 5 6 | lld(Hfim = 10, K = 1.053e-6, x = 0.5, Se = 1, ne = 100,
dec = 0.00, qvr = 10, imax = 100, toler = 1e-6, DLLa = 1, DLLb = 0)
lld(Hfim = 10, K = 1.053e-6, x = 0.5, Se = 1, ne = 100,
dec = 0.01, qvr = 10, imax = 100, toler = 1e-6, DLLa = 1, DLLb = 0)
lld(Hfim = 10, K = 1.053e-6, x = 0.5, Se = 1, ne = 100,
dec = -0.01, qvr = 10, imax = 100, toler = 1e-6, DLLa = 1, DLLb = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.