View source: R/lateral_diameter.R
lateral_diameter | R Documentation |
lateral_q_req
calculates the diameter of the lateral line to achieve
a given variation in flow rate
lateral_diameter(
q_var_lateral = 10,
h_fim_lateral,
s_lateral,
s_ini_lateral = s_lateral,
n_lateral,
dec_lateral,
coef_em,
exp_em,
q_unit = q_unit
)
q_var_lateral |
Lateral maximum variation in flow rate, percentage |
h_fim_lateral |
Pressure at the end of the lateral line, mca |
s_lateral |
Spacing between emitters on the lateral line, meter |
s_ini_lateral |
Spacing of the initial stretch of the lateral line, meter |
n_lateral |
Number of issuers on the lateral line |
dec_lateral |
Lateral line slope, decimal |
coef_em |
Coefficient of the flow-pressure equation of the emitter |
exp_em |
Exponent of the flow-pressure equation of the emitter |
q_unit=q_unit |
aditional parameters |
args_lateral_diameter <- list(
q_var_lateral = 10, h_fim_lateral = 10, s_lateral = 0.20, s_ini_lateral = 1,
n_lateral = 200, dec_lateral = -0.01, coef_em = 1.67e-7*360000, exp_em = 0.52, q_unit="l/h"
)
do.call(lateral_diameter, args_lateral_diameter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.