timflow.steady.constant.ConstantStar#

class timflow.steady.constant.ConstantStar(model, hstar=0.0, label=None, aq=None)#

Bases: timflow.steady.element.Element

Constant representing the particular solution inside a semi-confined aquifer.

Used for setting a reference head (hstar) within a specific aquifer.

Methods#

potinf(x, y[, aq])

Returns array of size (nparam, naq).

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).

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

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

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.