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 omega be taken as normalized frequency?

Details

Dimensionless frequency QQ is defined as

Q=z2ω2DQ=\frac{z^2 \omega}{2 D}

where zz is the well depth, ω\omega is the angular frequency and DD 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]