timflow.steady.element.Element#

class timflow.steady.element.Element(model, nparam, nunknowns, layers, name, label)#

Base class for all timflow.steady elements.

Elements represent physical features in the aquifer system such as wells, line-sinks, etc.

Methods#

potinf(x, y[, aq])

Returns array of size (nparam, naq).

potinflayers(x, y, layers[, aq])

Returns array of size (len(layers),nparam).

potentiallayers(x, y, layers[, aq])

Returns array of size len(layers) only used in building equations.

disvecinf(x, y[, aq])

Returns array of size (2, nparam, naq).

disvec(x, y[, aq])

Returns array of size (2, nparam, naq).

disvecinflayers(x, y, layers[, aq])

Returns two arrays of size (len(layers),nparam).

disveclayers(x, y, layers[, aq])

Returns two arrays of size len(layers) only used in building equations.