timflow.steady.stripareasink.XsectionAreaSink#

class timflow.steady.stripareasink.XsectionAreaSink(model, xleft=-1, xright=1, N=0.001, layer=0, name='XsectionAreaSink', label=None)#

Bases: timflow.steady.element.Element

Cross-section area-sink for testing purposes only.

Use XsectionMaq or Xsection3D with ‘N’ parameter instead for production code.

Methods#

potinf(x, y[, aq])

Returns array of size (nparam, naq).

disvecinf(x, y[, aq])

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

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.