Sat_old | R Documentation |
Capillary saturation function of van Genuchten for unimodal or bimodal pore space distributions.
Sat_old(suc, par.shp, modality = c("uni"), 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') |
suc.negativ |
set TRUE if suction/pressure heads are negative and FALSE if positive |
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
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.