Wolfram Computation Meets Knowledge

Hydraulic Conductivity

Hydraulic conductivity is a property of vascular plants, soils and rocks that describes the ease with which a fluid (usually water) can move through pore spaces or fractures. It depends on the intrinsic permeability of the material, the degree of saturation and the density and viscosity of the fluid.

Hydraulic conductivity equals the product of the acceleration due to gravity, intrinsic permeability of the medium and fluid density divided by dynamic viscosity.

Formula

QuantityVariable["K", "Speed"] == (Quantity[1, "StandardAccelerationOfGravity"]*QuantityVariable["κ", "HydraulicPermeability"]*QuantityVariable["ρ", "MassDensity"])/QuantityVariable["η", "DynamicViscosity"]

symbol description physical quantity
K hydraulic conductivity "Speed"
η dynamic viscosity "DynamicViscosity"
κ intrinsic permeability of medium "HydraulicPermeability"
ρ fluid density "MassDensity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Hydraulic Conductivity"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Hydraulic Conductivity"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Hydraulic Conductivity"], {QuantityVariable[
   "\[Eta]","DynamicViscosity"] -> 
   Quantity[0.001003`, "Pascals" "Seconds"], 
  QuantityVariable["K","Speed"] -> Quantity[0.3`, ("Feet")/("Days")]}]
Out[3]=

Publisher Information