Sat | R Documentation |
Capillary saturation function of van Genuchten (unimodal or bimodal pore space distributions) and Brooks and Corey (unimodal pore space distribution).
Sat(suc, par.shp, modality = c("uni"), FUN.shp = "vg", suc.negativ = TRUE)
suc |
Suction/pressure heads. Negative if suc.negativ = TRUE |
par.shp |
named parameter in list or vector |
modality |
pore size distribution ('uni' or 'bi') |
FUN.shp |
Funktion for soil hydraulic properties (vG or bc) (see details) |
suc.negativ |
set TRUE if suction/pressure heads are negative and FALSE if positive |
vG: van Genuchten (uni or bimodal) (vGM is working aswell)
bc: Brooks and Corey (uni)
alfa [1/L]: van Genuchten shape parameter
n [-]: van Genuchten shape parameter
m [-]: shape parameter (m = 1-(1/n) if missing)
w2 [-]: weigthing between pore space distribution
alfa2 [1/L]: van Genuchten parameter alfa for second pore space distribution
n2 [-]: van Genuchten parameter n for second pore space distribution
alfa [1/L]: inverse of the air-entry value or bubbling pressure
lambda [-]: pore size distribution index
Van Genuchten, M. T. (1980). A closed-form equation for predicting the hydraulic conductivity of unsaturated soils. Soil science society of America journal, 44(5), 892-898.
Durner, W. (1994). Hydraulic conductivity estimation for soils with heterogeneous pore structure. Water Resources Research, 30(2), 211-223.
Brooks, R.H., and A.T. Corey (1964): Hydraulic properties of porous media. Hydrol. Paper 3. Colorado State Univ., Fort Collins, CO, USA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.