Description Usage Arguments Details Value Author(s) See Also Examples
A collection of various functions used to estimate hydraulic diffusivity, or characteristic scales associated with fluid diffusion in porous media.
1 2 3 4 5 6 7 8 9 10 11  | hydraulic_diffusivity(Transmiss, Storativ)
hydraulic_diffusivity_2(Conductiv, SpecificStorage)
hydraulic_diffusivity_3(Length.m = 1, Time.s = 1)
hydraulic_diffusivity_poro(Permeab, B., Beta, nu_u = NULL, nu = NULL)
diffusivity_length(Diffusiv, Time.s = 1)
diffusivity_time(Diffusiv, Length.m = 1)
 | 
Transmiss | 
 numeric; the transmissivity, with units [X]  | 
Storativ | 
 numeric; the storativity, with units [X]  | 
Conductiv | 
 numeric; the hydraulic conductivity, with units [X]  | 
SpecificStorage | 
 numeric; the specific storage, with units [X]  | 
Length.m | 
 numeric; the length scale, in [m], to calcuate characteristic diffusion time for.  | 
Time.s | 
 numeric; the time scale, in [s], to calcuate characteristic diffusion length for.  | 
Permeab | 
 numeric; the permeability, with units m^2  | 
B. | 
 numeric; Skempton's coefficient B  | 
Beta | 
 numeric; the bulk compressibility  | 
nu_u | 
 numeric; undrained Poisson's ratio  | 
nu | 
 numeric; Poisson's ratio  | 
Diffusiv | 
 numeric; the diffusivity, with units m^2/s  | 
Because diffusivity is scale and flow-law dependent, there are many definitions. These include, but are not limited to:
hydraulic_diffusivityT / S
which uses transmissivity and storativity (careful, this can be problematic); an alternate definition:
hydraulic_diffusivity_2C / S_s
which uses hydraulic conductivity and specific storage; another alternate defintion:
hydraulic_diffusivity_3x^2 / 4 π t
which based on a harmonic perturbation of pore fluids in a sphere (Biot's second compressional wave); (note that this definition provides an upper bound on diffusivity;) and yet another definition:
hydraulic_diffusivity_porowhich is based on linear poroelasticity.
The functions diffusivity_length
and diffusivity_time
are rearrangements of hydraulic_diffusivity_3.
numeric
Andrew J. Barbour <andy.barbour@gmail.com>
hydrogeo.p, 
hydraulic_conductivity, 
transmissivity, 
skempton,
storativity
1 2  | # Length and time (SI)
hydraulic_diffusivity_3(pi*2)/pi  # = 1
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.