ConstantInside#
- class timflow.steady.constant.ConstantInside(model, xc=0, yc=0, label=None)#
Bases:
timflow.steady.element.ElementBase class for all timflow.steady elements.
Elements represent physical features in the aquifer system such as wells, line-sinks, etc.
- potinf(x, y, aq=None)#
Can be called with only one x,y value.
- disvecinf(x, y, aq=None)#
Can be called with only one x,y value.
- potinflayers(x, y, layers, aq=None)#
Returns array of size (len(layers),nparam).
Only used in building equations.
- potentiallayers(x, y, layers, aq=None)#
Returns array of size len(layers) 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.