timml.linedoublet.ImpLineDoublet ================================ .. toctree:: :hidden: /05api/timml/linedoublet/ImpLineDoublet.potinf /05api/timml/linedoublet/ImpLineDoublet.disvecinf /05api/timml/linedoublet/ImpLineDoublet.potinflayers /05api/timml/linedoublet/ImpLineDoublet.potentiallayers /05api/timml/linedoublet/ImpLineDoublet.disvec /05api/timml/linedoublet/ImpLineDoublet.disvecinflayers /05api/timml/linedoublet/ImpLineDoublet.disveclayers /05api/timml/linedoublet/ImpLineDoublet.equation .. py:class:: timml.linedoublet.ImpLineDoublet(model, x1=-1, y1=0, x2=1, y2=0, order=0, layers=0, label=None, addtomodel=True) Bases: :py:obj:`LineDoubletHoBase`, :py:obj:`timml.equation.DisvecEquation` Create a segment of an impermeable wall, which is simulated with a line-doublet. :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 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:`.ImpLineDoubletString` .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timml.linedoublet.ImpLineDoublet.potinf timml.linedoublet.ImpLineDoublet.disvecinf timml.linedoublet.ImpLineDoublet.potinflayers timml.linedoublet.ImpLineDoublet.potentiallayers timml.linedoublet.ImpLineDoublet.disvec timml.linedoublet.ImpLineDoublet.disvecinflayers timml.linedoublet.ImpLineDoublet.disveclayers timml.linedoublet.ImpLineDoublet.equation