timflow.steady.linedoublet1d.ImpermeableWall1D#

class timflow.steady.linedoublet1d.ImpermeableWall1D(model, xld=0, layers=0, label=None)#

Bases: LineDoublet1D, timflow.steady.equation.DisvecEquation

Create 1D impermeable wall.

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.

equation()

Mix-in class that returns matrix rows for zero normal flux conditions.