Learn R Programming

kitagawa (version 3.1.2)

omega_norm: Dimensionless frequency from diffusivity and depth

Description

Dimensionless frequency from diffusivity and depth

Usage

omega_norm(omega, Diffusiv, z, invert = FALSE)

Value

omega_norm returns dimensionless frequency, unless invert=TRUE

where it will assume omega is dimensionless frequency, and return radial frequency.

Arguments

omega

numeric; angular frequency

Diffusiv

numeric; hydraulic diffusivity

z

numeric; depth

invert

logical; should omega be taken as normalized frequency?

Author

A. J. Barbour <andy.barbour@gmail.com>

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.

See Also

open_well_response, kitagawa-package

Other utilities: sensing_volume()