Kcap | R Documentation |
Relative capillary conductivity based on Mualem's conductivity model for unimodal or bimodal van Genuchten-Mualem.
Kcap(suc, par.shp, suc.negativ = TRUE, modality = "uni")
suc |
Suction/pressure heads. Negative if suc.negativ = TRUE |
par.shp |
named parameter in list or vector |
suc.negativ |
set TRUE if suction/pressure heads are negative and FALSE if positive |
modality |
pore size distributions ('uni' or 'bi') |
alfa [1/L]: van Genuchten shape parameter
n [-]: van Genuchten shape parameter
m [-]: shape parameter (m = 1-(1/n) if missing)
tau [-]: tortuosity and connectivity parameter (minimum -1 or -2 for the PDI model; for details see Peters (2014))
h0 [L]: suction at water content of 0 (i.e. oven dryness) (h0 = 10^6.8 if missing, corresponding to oven dryness at 105°C (Schneider and Goss, 2012))
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
Peters, A. (2014). Reply to comment by S. Iden and W. Durner on Simple consistent models for water retention and hydraulic conductivity in the complete moisture range. Water Resour. Res. 50, 7535–7539.
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.
Mualem, Y. (1976). A new model for predicting the hydraulic conductivity of unsaturated porous media. Water resources research, 12(3), 513-522.
Schneider, M., & Goss, K. U. (2012). Prediction of the water sorption isotherm in air dry soils. Geoderma, 170, 64-69.
Ku
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.