timflow.steady.linedoublet.ImpermeableWallString#
- class timflow.steady.linedoublet.ImpermeableWallString(model, xy=None, layers=0, order=0, label=None)#
Bases:
LineDoubletStringBase,timflow.steady.equation.DisvecEquationCreate a string of impermeable wall segments consisting of line-doublets.
- Parameters:
model (Model object) – Model to which the element is added
xy (array or list) – list or array of (x,y) pairs of coordinates of end-points of the segments in the string
layers (scalar, list or array) – layer(s) in which element is placed if scalar: element is placed in this layer if list or array: element is placed in all these layers
order (int (default is 0)) – polynomial order of potential jump along line-doublet (head jump if transmissivity is equal on each side of wall)
label (str or None) – label of element
See also
Methods#
|
Returns array of size (nparam, naq). |
|
Returns array of size (2, nparam, naq). |
|
Returns array of size (len(layers),nparam). |
|
Returns array of size len(layers) only used in building equations. |
|
Returns array of size (2, nparam, naq). |
|
Returns two arrays of size (len(layers),nparam). |
|
Returns two arrays of size len(layers) only used in building equations. |
|
Mix-in class that returns matrix rows for zero normal flux conditions. |