be_storage: be_storage

Description Usage Arguments Value References Examples

View source: R/be_storage.R

Description

This function estimates the storage coefficient from physical properties and the barometric efficiency The equation used is from Batu 1998, eq 2-101, pg. 72

Usage

1
be_storage(be, n, b, gamma = 9799.74, beta = 4.786e-10)

Arguments

be

the barometric efficiency (numeric)

n

the porosity 0 to 1 (numeric)

b

aquifer thickness (m) (numeric)

gamma

the specific weight of water (N/m^3) (numeric)

beta

the compressibility of water (4.786e-10 m^2/N) (numeric)

Value

storage calculated from barometric efficiency

References

Batu, V. (1998). Aquifer hydraulics: a comprehensive guide to hydrogeologic data analysis. John Wiley & Sons.

Examples

1
be_storage(0.5, 0.32, 45)

jkennel/waterlevel documentation built on Dec. 1, 2019, 6:24 p.m.