powered by
constant() creates an analytic element containing a constant head, often referred to as the reference point.
constant()
constant(xc, yc, hc, ...)
Constant-head analytic element point which is an object of class constant and inherits from element.
constant
element
numeric, x location of the reference point.
numeric, y location of the reference point.
numeric, hydraulic head at the reference point.
ignored
rf <- constant(xc = -100, yc = 0, hc = 10)
Run the code above in your browser using DataLab