R/rondo.r

#' rondo: Analytical calculation of groundwater flow in a single aquifer under circular shaped polders.
#'
#' Based on the publication "Berekening van de stationaire grondwaterstroming van hogere naar lagere (ronde) gebieden".
#' C.H. van Immerzeel, Internationale Agrarische Hogeschool Larenstein Velp (1990).
#'
#' Cited literature:
#'
#' \href{https://edepot.wur.nl/184522}{Repport "Steady Flow of Groundwater Towards Wells" TNO (1964).}
#'
#' This package exports the following functions:
#'
#' * \code{\link{rd_init}}: Initialise a list (y) with parameters used for the calculations of the groundwater heads and fluxes.
#'
#' * \code{\link{rd_phi}}: Calculate the head at radius x.
#'
#' * \code{\link{rd_q}}: Calculate the lateral discharge at radius x.
#'
#' * \code{\link{rd_seep}}: Calculate the seepage intensity at radius x.
#'
#' * \code{\link{av_seep}}: Calculate the average seepage intensity between radius r1 and r2.
#'
#' @docType package
#' @name rondo
#'
#' @importFrom magrittr %>%
#'
#' @importFrom stats approx
#'
NULL
KeesVanImmerzeel/rondo documentation built on Dec. 18, 2021, 3:31 a.m.