dot-rd_q: Calculate the lateral discharge at radius x.

Description Usage Arguments Value Examples

Description

Calculate the lateral discharge at radius x.

Usage

1
.rd_q(x, y)

Arguments

x

Radius (m) (numeric).

y

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

Value

Lateral discharge (m3/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 <- 500
.rd_q(x, y)

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