calcKS | R Documentation |
Calculates saturated hydraulic conductivity (ks) following Darcy's law
calcKS(V, Tmeas, L, A, dP)
V |
water volume passed sample [L³] |
Tmeas |
duration of measurement [time] |
L |
length of the sample [L] |
A |
cross-sectional area [L²] |
dP |
pressure difference between top and bottom of the sample during the measurement [L] |
Keep units consistent, e.g: V = cm³, dP = cm, A = cm², L = cm, Tmeas = hour
hydraulic conductivity (ks) [L/time].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.