rd_init: Initialise a list (y) with parameters used for the...

Description Usage Arguments Value Examples

Description

Initialise a list (y) with parameters used for the calculations of the groundwater heads and fluxes.

Usage

1
rd_init(kD, c, r, h)

Arguments

kD

Transmissivity (m2/d) (numeric vector).

c

Hydraulic resistance of top layer (d) (numeric vector).

r

Radius of areas (m) (numeric vector).

h

Polder level in the different areas (m) (numeric vector).

Value

List with parameters used for the calculations of the groundwater heads and fluxes.

Examples

1
2
3
4
5
kD <- c(1000, 1000, 1000)
c <- c(1000, 2000, 3000)
r <- c(1000, 2000)
h <- c(10, 9, 8)
y <- rd_init(kD, c, r, h)

KeesVanImmerzeel/rondo documentation built on Dec. 18, 2021, 3:31 a.m.