rd_seep: Calculate the seepage intensity at radius x.

Description Usage Arguments Details Value Examples

Description

Calculate the seepage intensity at radius x.

Usage

1
rd_seep(x, y)

Arguments

x

Radius (m) (numeric vector).

y

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

Details

Positive = downwards flow; negative = upwards flow.

Value

Seepage intensity (m/d) (numeric).

Examples

1
2
3
4
5
6
7
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)
x <- seq(0,3000,by=100)
rd_seep(x, y)

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