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.

potinf(x, y, aq=None)#

Returns array of size (nparam, naq).

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.

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.