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 Q
is defined as
Q=\frac{z^2 \omega}{2 D}
where
z
is the well depth,
\omega
is the angular frequency
and D
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]