permeability_to_hydraulic_conductivity: Convert permeability to hydraulic conductivity

Description Usage Arguments Details Value See Also

View source: R/permeability_to_hydraulic_conductivity.R

Description

Converts an intrinsic permeability value to a value for hydraulic conductivity.

Usage

1
2
permeability_to_hydraulic_conductivity(k, mu = 0.001308, rho = 999.7,
  g = 9.80665, t = 10)

Arguments

k

Intrinsic permeability of the medium (in square metres)

mu

Dynamic viscosity of the fluid; defaults to 1.308E-3 Pa*s

rho

Density of the fluid; defaults to 999.7 kg/m<c2><b3>

g

Gravitational acceleration; defaults to 9.80665 m/s<c2><b2>

t

Temperature; defaults to 10<c2><b0>C

Details

mu and rho are automatically determined in function of t in a temperature range between 0 and 100 <c2><b0>C, unless the values are explicitely specified.

Value

Hydraulic conductivity value

See Also

hydraulic_conductivity_to_permeability


rogiersbart/groundwaterr documentation built on May 27, 2019, 1:10 p.m.