timflow.steady.linedoublet1d.LeakyWall1D ======================================== .. toctree:: :hidden: /api/timflow/steady/linedoublet1d/LeakyWall1D.potinf /api/timflow/steady/linedoublet1d/LeakyWall1D.disvecinf /api/timflow/steady/linedoublet1d/LeakyWall1D.potinflayers /api/timflow/steady/linedoublet1d/LeakyWall1D.potentiallayers /api/timflow/steady/linedoublet1d/LeakyWall1D.disvec /api/timflow/steady/linedoublet1d/LeakyWall1D.disvecinflayers /api/timflow/steady/linedoublet1d/LeakyWall1D.disveclayers /api/timflow/steady/linedoublet1d/LeakyWall1D.equation .. py:class:: timflow.steady.linedoublet1d.LeakyWall1D(model, xld=0, res=np.inf, layers=0, label=None) Bases: :py:obj:`LineDoublet1D`, :py:obj:`timflow.steady.equation.LeakyWallEquation` Create an infinitely long leaky or impermeable wall. :param model: Model to which the element is added :type model: Model object :param xld: x-location of line-doublet :type xld: scalar :param hls: head in line-sink :type hls: scalar :param res: resistance of leaky wall. use np.inf to create impermeable wall :type res: scalar (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 .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.linedoublet1d.LeakyWall1D.potinf timflow.steady.linedoublet1d.LeakyWall1D.disvecinf timflow.steady.linedoublet1d.LeakyWall1D.potinflayers timflow.steady.linedoublet1d.LeakyWall1D.potentiallayers timflow.steady.linedoublet1d.LeakyWall1D.disvec timflow.steady.linedoublet1d.LeakyWall1D.disvecinflayers timflow.steady.linedoublet1d.LeakyWall1D.disveclayers timflow.steady.linedoublet1d.LeakyWall1D.equation