omega_norm {kitagawa} | R Documentation |
Dimensionless frequency from diffusivity and depth
Description
Dimensionless frequency from diffusivity and depth
Usage
omega_norm(omega, Diffusiv, z, invert = FALSE)
Arguments
omega |
numeric; angular frequency |
Diffusiv |
numeric; hydraulic diffusivity |
z |
numeric; depth |
invert |
logical; should |
Details
Dimensionless frequency is defined as
where
is the well depth,
is the angular frequency
and
is the hydraulic diffusivity.
Value
omega_norm
returns dimensionless frequency, unless invert=TRUE
where it will assume omega
is dimensionless frequency, and return radial frequency.
Author(s)
A. J. Barbour <andy.barbour@gmail.com>
See Also
open_well_response
, kitagawa-package
Other utilities:
sensing_volume()
[Package kitagawa version 3.1.2 Index]