Wolfram Computation Meets Knowledge

Intrinsic Permeability

Permeability in fluid mechanics and the earth sciences is a measure of the ability of a porous material (often a rock or an unconsolidated material) to allow fluids to pass through it. Intrinsic permeability is permeability that is an intensive property (not a spatial average of a heterogeneous block of material) that is a function of the material structure only (and not of the fluid), and explicitly distinguishes the value from that of relative permeability.

The intrinsic permeability of a medium equals the flow path constant times the effective pore diameter squared.

Formula

QuantityVariable["κ", "HydraulicPermeability"] == QuantityVariable["C", "Unitless"]*QuantityVariable["d", "Diameter"]^2

symbol description physical quantity
κ intrinsic permeability of medium "HydraulicPermeability"
C flow path constant "Unitless"
d effective pore diameter "Diameter"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Intrinsic Permeability"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Intrinsic Permeability"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Intrinsic Permeability"], {QuantityVariable[
   "\[Kappa]","HydraulicPermeability"] -> 
   Quantity[405.3`, "Millidarcys"], 
  QuantityVariable["C","Unitless"] -> 0.00001`}]
Out[3]=

Publisher Information