timflow.steady.linedoublet.LeakyWallString ========================================== .. toctree:: :hidden: /api/timflow/steady/linedoublet/LeakyWallString.potinf /api/timflow/steady/linedoublet/LeakyWallString.disvecinf /api/timflow/steady/linedoublet/LeakyWallString.potinflayers /api/timflow/steady/linedoublet/LeakyWallString.potentiallayers /api/timflow/steady/linedoublet/LeakyWallString.disvec /api/timflow/steady/linedoublet/LeakyWallString.disvecinflayers /api/timflow/steady/linedoublet/LeakyWallString.disveclayers /api/timflow/steady/linedoublet/LeakyWallString.equation .. py:class:: timflow.steady.linedoublet.LeakyWallString(model, xy=None, res=np.inf, layers=0, order=0, label=None) Bases: :py:obj:`LineDoubletStringBase`, :py:obj:`timflow.steady.equation.LeakyWallEquation` Create a string of leaky wall segments consisting of line-doublets. :param model: Model to which the element is added :type model: Model object :param xy: list or array of (x,y) pairs of coordinates of end-points of the segments in the string :type xy: array or list :param res: resistance of leaky wall :type res: scalar :param layers: 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 :type layers: scalar, list or array :param order: polynomial order of potential jump along line-doublet (head jump if transmissivity is equal on each side of wall) :type order: int (default is 0) :param label: label of element :type label: str or None .. seealso:: :class:`.LeakyWall` .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.linedoublet.LeakyWallString.potinf timflow.steady.linedoublet.LeakyWallString.disvecinf timflow.steady.linedoublet.LeakyWallString.potinflayers timflow.steady.linedoublet.LeakyWallString.potentiallayers timflow.steady.linedoublet.LeakyWallString.disvec timflow.steady.linedoublet.LeakyWallString.disvecinflayers timflow.steady.linedoublet.LeakyWallString.disveclayers timflow.steady.linedoublet.LeakyWallString.equation