subunit_diameter: Diameter of the manifold line

View source: R/subunit_diameter.R

subunit_diameterR Documentation

Diameter of the manifold line

Description

subunit_diameter calculates the diameter of the manifold line to achieve a given variation in flow rate

Usage

subunit_diameter(
  q_var_subunit = 10,
  h_fim_manifold,
  s_manifold,
  s_ini_manifold = s_manifold,
  n_manifold,
  dec_manifold,
  d_lateral,
  s_lateral,
  s_ini_lateral = s_lateral,
  n_lateral,
  dec_lateral,
  coef_em,
  exp_em,
  q_unit = q_unit
)

Arguments

q_var_subunit

Subunit maximum variation in flow rate, peq_unit=q_unitentage

h_fim_manifold

Pressure at the end of the manifold line, mca

s_manifold

Spacing between lateral lines in the manifold line, meter

s_ini_manifold

Spacing of the initial section of the manifold line, meter

n_manifold

Number of lateral lines in the manifold line

dec_manifold

Slope of the manifold line, decimal

d_lateral

Diameter of the lateral line, milimeter

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

...

aditional parameters

Examples

args_subunit_diameter <- list(
  q_var_subunit = 10,
  h_fim_manifold = 10, s_manifold = 6, s_ini_manifold = 10, n_manifold = 8, dec_manifold = 0.02,
  d_lateral = 16, s_lateral = 1, s_ini_lateral = 4, n_lateral = 40, dec_lateral = -0.01,
  coef_em = 6.41e-7*3600000, exp_em = 0.54, q_unit="l/h"
)
do.call(subunit_diameter, args_subunit_diameter)

joaobtj/hydirrig documentation built on Oct. 2, 2023, 2:08 p.m.