powered by
Calculates the soil hydraulic property function values based on given pressure heads Kosugi.1996spsh.
shypFun.02110(p, h)
vector of the 6 Kosugi-Mualem model parameters, order is sensitve and has to be given as:
thr
ths
hm
sigma
Ks
tau
Se
l
pressure heads [cm] for which the corresponding retention and conductivity values are calculated.
returns a list with calculations at specified h:
list
h
calculated volumetric moisture content
calculated saturation
specific water capacity function
pore size distribution
Hydraulic conductivity values
The function solves analytically the spec. water capacity function and integral to the capillary bundle model.
Kosugi.1996spsh
# NOT RUN { p <- c(0.1, 0.4, 100, 2, 100, .5) h <- 10^seq(-2, 6.8, length = 197) shyp.L <- shypFun.02110(p, h) # }
Run the code above in your browser using DataLab