calcKS: Saturated hydraulic conductivity

View source: R/calcKS.r

calcKSR Documentation

Saturated hydraulic conductivity

Description

Calculates saturated hydraulic conductivity (ks) following Darcy's law

Usage

calcKS(V, Tmeas, L, A, dP)

Arguments

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]

Details

Keep units consistent, e.g: V = cm³, dP = cm, A = cm², L = cm, Tmeas = hour

Value

hydraulic conductivity (ks) [L/time].


SoilHyP documentation built on Feb. 16, 2023, 7:06 p.m.

Related to calcKS in SoilHyP...