hydraulic_conductivity_to_permeability: Convert hydraulic conductivity to permeability

Description Usage Arguments Details Value See Also

View source: R/hydraulic_conductivity_to_permeability.R

Description

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

Usage

1
2
hydraulic_conductivity_to_permeability(K, mu = 0.001308, rho = 999.7,
  g = 9.80665, t = 10)

Arguments

K

Hydraulic conductivity of the medium (m/s)

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

Intrinsic permeability value

See Also

permeability_to_hydraulic_conductivity


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