lateral_profile: Pressure and flow profile in a lateral line

View source: R/lateral_profile.R

lateral_profileR Documentation

Pressure and flow profile in a lateral line

Description

lateral_profile Calculates the pressure and flow profile on the lateral line

Usage

lateral_profile(
  h_fim_lateral,
  d_lateral,
  s_lateral,
  s_ini_lateral = s_lateral,
  n_lateral,
  dec_lateral,
  coef_em,
  exp_em,
  q_unit = q_unit
)

Arguments

h_fim_lateral

Pressure at the end of the lateral line, mca

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

Examples

args_lateral_profile <- list(
  h_fim_lateral = 10
  ,
  d_lateral = 12
  ,
   s_lateral = 0.20
   ,
   s_ini_lateral = 1
   ,

  n_lateral = 20
  ,
  dec_lateral = -0.00
  ,
  coef_em = 1.67e-7
  ,
   exp_em = 0.52



)

do.call(lateral_profile, args_lateral_profile)

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