coef_lateral: Lateral coefficients

View source: R/coef_lateral.R

coef_lateralR Documentation

Lateral coefficients

Description

coef_lateral calculates lateral line coefficients

Usage

coef_lateral(
  d_lateral,
  s_lateral,
  s_ini_lateral = s_lateral,
  n_lateral,
  dec_lateral,
  coef_em,
  exp_em,
  q_unit = q_unit,
  sim = list(1, 100, 1)
)

Arguments

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

sim

Limites da simulação

Examples

args_coef_lateral <- list(
  d_lateral = 12, s_lateral = 0.20, s_ini_lateral = 1,
  n_lateral = 200, dec_lateral = -0.01, coef_em = 1.67e-7, exp_em = 0.52,
  q_unit="m3/s"
)
do.call(coef_lateral, args_coef_lateral)

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