shypFun.03110: Unimodal Fredlund-Xing - Mualem Model

Description Usage Arguments Details Value Author(s) References Examples

View source: R/shypFun.03110.R

Description

Calculates the soil hydraulic property function values based on given pressure heads. The function calculates the base function of Fredlund and Xing \insertCiteFredlund.1994spsh.

Usage

1

Arguments

p

vector of the 6 van Genuchten-Mualem model parameters, order is sensitve and has to be given as:

thrresidual water water content [cm cm-3]
thssaturated water water content [cm cm-3]
alf1inverse of the air entry pressure head [cm]
n1width of pore size distribution [ - ]
Kssaturated conductivity [cm d-1]
tauexponent of Se in the capillary conductivity model, sometimes denoted in the literature as l [ - ]
h

pressure heads [cm] for which the corresponding retention and conductivity values are calculated.

Details

The function numerically solves the spec. water capacity function and integral to Mualem's conductivity model.

Value

returns a list with calculations at specified h:

theta

calculated volumetric moisture content

Se

calculated saturation

cap

specific water capacity function

psd

pore size distribution

Kh

Hydraulic conductivity values

Author(s)

Tobias KD Weber , tobias.weber@uni-hohenheim.de

References

\insertRef

Fredlund.1994spsh

Examples

1
2
3
p      <- c(0.1, 0.4, 0.01, 2, 100, .5)
h      <- 10^seq(-2, 6.8, length = 197)
shyp.L <- shypFun.03110(p, h)

Example output

Loading required package: DEoptim
Loading required package: parallel

DEoptim package
Differential Evolution algorithm in R
Authors: D. Ardia, K. Mullen, B. Peterson and J. Ulrich

Loading required package: lhs
Loading required package: pracma
Loading required package: FME
Loading required package: deSolve

Attaching package:deSolveThe following object is masked frompackage:pracma:

    rk4

Loading required package: rootSolve

Attaching package:rootSolveThe following objects are masked frompackage:pracma:

    gradient, hessian

Loading required package: coda

Attaching package:FMEThe following object is masked frompackage:pracma:

    Norm

Loading required package: hypergeo

spsh documentation built on April 14, 2020, 6:37 p.m.