omega_norm: Dimensionless frequency from diffusivity and depth

Description Usage Arguments Details Value Author(s) See Also

View source: R/utilities.R

Description

Dimensionless frequency from diffusivity and depth

Usage

1
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 Q is defined as

Q=\frac{z^2 ω}{2 D}

where z is the well depth, ω 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()


kitagawa documentation built on July 2, 2020, 1:47 a.m.