neuzil_WF_LT: neuzil_WF_LT

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/neuzil_utilities.R

Description

Calculates the drawdown using Neuzil function in the Laplace domain

Usage

1
neuzil_WF_LT(p, arg1, ...)

Arguments

p

Laplace parameter

arg1

Value of the wellbore storage coefficient (cd)

...

Additional parameters

Value

A numeric vector with the calculated drawdown in the Laplace domain

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Neuzil, C. E. On conducting the modified 'Slug' test in tight formations. Water Resources Research, 1982, 18, 2, 439-441

See Also

Other neuzil functions: neuzil_calculate_parameters, neuzil_solution_dlogt, neuzil_solution_initial, neuzil_solution, neuzil_well_function

Examples

1
2
3
4
p <- 0.5
cd <- 0.05
s <- neuzil_WF_LT(p, cd)
print(s)

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.