Calculates the drawdown using Neuzil function in the Laplace domain

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

References

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

See also

Examples

p <- 0.5 cd <- 0.05 s <- neuzil_WF_LT(p, cd) print(s)
#> [1] 0.04364295