constant: Create a constant-head analytic element

View source: R/constant.R

constantR Documentation

Create a constant-head analytic element

Description

constant() creates an analytic element containing a constant head, often referred to as the reference point.

Usage

constant(xc, yc, hc, ...)

Arguments

xc

numeric, x location of the reference point.

yc

numeric, y location of the reference point.

hc

numeric, hydraulic head at the reference point.

...

ignored

Value

Constant-head analytic element point which is an object of class constant and inherits from element.

Examples

rf <- constant(xc = -100, yc = 0, hc = 10)


raem documentation built on Sept. 11, 2024, 6:50 p.m.