timflow.steady.linesink.LineSinkDitchString#

class timflow.steady.linesink.LineSinkDitchString(*args, **kwargs)#

Bases: DitchString

Deprecated alias for DitchString.

Deprecated since version Use: DitchString instead. This alias will be removed in a future version.

Methods#

potinf(x, y[, aq])

Compute unit potential influence of element.

disvecinf(x, y[, aq])

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

discharge_per_linesink()

Discharge of the linesinks in each layer.

discharge()

Discharge of the element in each layer.

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.

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.