disp: Calculate the longitudinal dispersivity value based on the...

Description Usage Arguments Details Examples

Description

This function takes plume length (PLUME_L) and length units (UNITS) as arguments to calculate longitudinal dispersivity (α_L). Length units can be meters or feet. The function will return the longitudinal dispersivity in the same length units as plume length.

Usage

1
disp(PLUME_L = 1, UNITS = "feet")

Arguments

PLUME_L

is the plume length

UNITS

is the length unit for plume length and longitudinal dispersivity

Details

disp(PLUME_L, UNITS)

Examples

1
2
disp(PLUME_L = 880, UNITS = "feet")
[1] 23.18827

dpphat/MFtools documentation built on May 15, 2019, 1:47 p.m.