-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: raem
Title: Analytic Element Modeling of Steady Single-Layer Groundwater Flow
Version: 0.1.0.9000
Authors@R:
person("Cas", "Neyens", , "[email protected]", role = c("aut", "cre", "cph"))
Description: A model of single-layer groundwater flow in steady-state
under the Dupuit-Forchheimer assumption can be created by placing
elements such as wells, area-sinks and line-sinks at arbitrary
locations in the flow field. Output variables include hydraulic head
and the discharge vector. Particle traces can be computed numerically
in three dimensions. The underlying theory is described in Haitjema
(1995) <doi:10.1016/B978-0-12-316550-3.X5000-4> and references
therein.
License: MIT + file LICENSE
URL: https://github.com/cneyens/raem, https://cneyens.github.io/raem/
BugReports: https://github.com/cneyens/raem/issues
Imports:
deSolve,
graphics,
parallel,
stats
Suggests:
isoband,
knitr,
rmarkdown,
sf,
terra,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'aem.R'
'areasink.R'
'constant.R'
'flow-variables.R'
'linesink.R'
'tracelines.R'
'plot.R'
'state-variables.R'
'uniformflow.R'
'utils.R'
'well.R'