Description Usage Arguments Value Examples
Set the diameter of a lateral line
1 2 | subunid(HfimLD, DLL, K, x, SeLL, SeLD, nLL, ne, dec, qvr = 10, imax = 100,
toler = 1e-06, DLDa = 1, DLDb = 0)
|
HfimLD |
Pressure at the end of the manifold in mca |
DLL |
Diameter lateral line in meters |
K |
Emission coefficient |
x |
Emission exponent |
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 |
qvr |
Emitter flow variation |
imax |
Maximum number of iteration |
toler |
Maximum tolerance |
DLDa |
Maximum diameter in meters |
DLDb |
Minimum diameter in meters |
D diameter lateral line, qv emitter flow variation, iter number iterations, tempo time
1 2 3 4 5 6 7 8 9 | subunid(HfimLD = 10, DLL = 0.025, K = 1.053e-6, x = 0.5,
SeLL = 1, SeLD = 4, nLL = 10, ne = 100, qvr = 10, dec = 0.00,
imax = 100, toler = 1e-6, DLDa = 1, DLDb = 0)
subunid(HfimLD = 10, DLL = 0.025, K = 1.053e-6, x = 0.5,
SeLL = 1, SeLD = 4, nLL = 10, ne = 100, qvr = 10, dec = -0.01,
imax = 100, toler = 1e-6, DLDa = 1, DLDb = 0)
subunid(HfimLD = 20, DLL = 0.025, K = 1.053e-6, x = 0.5,
SeLL = 1, SeLD = 4, nLL = 10, ne = 100, qvr = 10, dec = -0.01,
imax = 100, toler = 1e-6, DLDa = 1, DLDb = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.