timflow.steady.linedoublet.LeakyWall ==================================== .. toctree:: :hidden: /api/timflow/steady/linedoublet/LeakyWall.potinf /api/timflow/steady/linedoublet/LeakyWall.disvecinf /api/timflow/steady/linedoublet/LeakyWall.potinflayers /api/timflow/steady/linedoublet/LeakyWall.potentiallayers /api/timflow/steady/linedoublet/LeakyWall.disvec /api/timflow/steady/linedoublet/LeakyWall.disvecinflayers /api/timflow/steady/linedoublet/LeakyWall.disveclayers /api/timflow/steady/linedoublet/LeakyWall.equation .. py:class:: timflow.steady.linedoublet.LeakyWall(model, x1=-1, y1=0, x2=1, y2=0, res=0, order=0, layers=0, label=None, addtomodel=True) Bases: :py:obj:`LineDoubletHoBase`, :py:obj:`timflow.steady.equation.LeakyWallEquation` Create a segment of a leaky wall, which is simulated with a line-doublet. The specific discharge through the wall is equal to the head difference across the wall divided by the resistance of the wall. :param model: Model to which the element is added :type model: Model object :param x1: x-coordinate of fist point of line-doublet :type x1: scalar :param y1: y-coordinate of fist point of line-doublet :type y1: scalar :param x2: x-coordinate of second point of line-doublet :type x2: scalar :param y2: y-coordinate of second point of line-doublet :type y2: scalar :param res: resistance of leaky wall :type res: scalar :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 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 label: label of element :type label: str or None .. seealso:: :class:`.LeakyWallString` .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.linedoublet.LeakyWall.potinf timflow.steady.linedoublet.LeakyWall.disvecinf timflow.steady.linedoublet.LeakyWall.potinflayers timflow.steady.linedoublet.LeakyWall.potentiallayers timflow.steady.linedoublet.LeakyWall.disvec timflow.steady.linedoublet.LeakyWall.disvecinflayers timflow.steady.linedoublet.LeakyWall.disveclayers timflow.steady.linedoublet.LeakyWall.equation