Description Usage Arguments Value Examples
Determine a linha lateral e o diâmetro de pressão necessários no início de uma linha lateral
1 |
D |
Diameter in meters |
K |
Emission coefficient |
x |
Emission exponent |
Se |
Emitter spacing in meters |
ne |
Number of emitters |
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 |
D diameter, Hfim pressure head at the end of the lateral line, iter number of iterations, tempo time
1 2 3 4 5 6 | llhd( D = 0.25, K = 1.053e-6, x = 0.5, Se = 1, ne = 10,
dec = 0.00, qreq = 3.33333e-6, imax = 100, toler = 1e-10, qvr = 10)
llhd( D = 0.25, K = 1.053e-6, x = 0.5, Se = 1, ne = 10,
dec = 0.04, qreq = 3.33333e-6, imax = 100, toler = 1e-10, qvr = 10)
llhd( D = 0.25, K = 1.053e-6, x = 0.5, Se = 1, ne = 10,
dec = 0.04, qreq = 3.33333e-6, imax = 100, toler = 1e-10, qvr = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.