hydrogeo.p-units: Conversion of units.

Description Usage Arguments Details Author(s) See Also

Description

Convert within commonly found units.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
to_msquared(Perm_Darcy)

to_darcies(Perm_sqm, milli = FALSE)

to_millidarcies(Perm_sqm)

to_cmsquared(Perm_sqm)

bbl2cm(bbl)

ft2m(ft)

m2ft(m)

hpa2pa(hpa)

pa2hpa(pa)

kpa2pa(kpa)

pa2kpa(pa)

bar2pa(bar)

pa2bar(pa)

atm2bar(atm)

Arguments

Perm_Darcy

numeric; permeability, in darcies

Perm_sqm

numeric; permeability, in [m^2]

milli

logical; should the result be divided by 1000?

bbl

numeric; US oil barrels (1 bbl ~ 42 gallons US liquid)

ft

numeric; length in feet

m

numeric; length in meters

hpa

numeric; pressure in hecto-Pascals

pa

numeric; pressure in Pascals

kpa

numeric; pressure in kilo-Pascals

bar

numeric; pressure in bars

atm

numeric; pressure, in standard atmospheres

Details

There is a panoply of units in hydrogeology literature, so this represents a very small fraction of possibilities. There are generally three sets of conversion tools here:

Author(s)

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

See Also

dimensional_units, hydrogeo.p


abarbour/hydrogeo documentation built on May 10, 2019, 4:06 a.m.