timflow.steady.linesink.LineSinkDitch#

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

Bases: Ditch

Deprecated alias for Ditch.

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

Methods#

equation()

Mix-in class that returns matrix rows for head-specified conditions.

potinf(x, y[, aq])

Can be called with only one x,y value.

disvecinf(x, y[, aq])

Can be called with only one x,y value.

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.