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.

potinf(x, y, aq=None)#

Returns array of size (nparam, naq).

potentiallayers(x, y, layers, aq=None)#

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

Defined here as it is the particular solution inside a semi-confined aquifer and cannot be added by using eigen vectors.

disvecinf(x, y, aq=None)#

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

potinflayers(x, y, layers, aq=None)#

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

Only used in building equations.

disvec(x, y, aq=None)#

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

disvecinflayers(x, y, layers, aq=None)#

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

Only used in building equations.

disveclayers(x, y, layers, aq=None)#

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