powered by
Calculates the soil hydraulic property function values based on given pressure heads Kosugi.1996spsh.
shypFun.04110(p, h)
vector of the 6 Brooks-Corey model parameters, order is sensitve and has to be given as:
thr
ths
alf
bet
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
returns NA; not supported
Hydraulic conductivity values
The function solves analytically the spec. water capacity function and integral to the capillary bundle model.
Brooks.1964spsh
# NOT RUN { p <- c(0.1, 0.4, .01, .3, 100, .5) h <- 10^seq(-2, 6.8, length = 197) shyp.L <- shypFun.04110(p, h) # }
Run the code above in your browser using DataLab