timml.linedoublet.ImpLineDoubletString ====================================== .. toctree:: :hidden: /05api/timml/linedoublet/ImpLineDoubletString.potinf /05api/timml/linedoublet/ImpLineDoubletString.disvecinf /05api/timml/linedoublet/ImpLineDoubletString.potinflayers /05api/timml/linedoublet/ImpLineDoubletString.potentiallayers /05api/timml/linedoublet/ImpLineDoubletString.disvec /05api/timml/linedoublet/ImpLineDoubletString.disvecinflayers /05api/timml/linedoublet/ImpLineDoubletString.disveclayers /05api/timml/linedoublet/ImpLineDoubletString.equation .. py:class:: timml.linedoublet.ImpLineDoubletString(model, xy=None, layers=0, order=0, label=None) Bases: :py:obj:`LineDoubletStringBase`, :py:obj:`timml.equation.DisvecEquation` Create a string of impermeable 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 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:`.ImpLineDoublet` .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timml.linedoublet.ImpLineDoubletString.potinf timml.linedoublet.ImpLineDoubletString.disvecinf timml.linedoublet.ImpLineDoubletString.potinflayers timml.linedoublet.ImpLineDoubletString.potentiallayers timml.linedoublet.ImpLineDoubletString.disvec timml.linedoublet.ImpLineDoubletString.disvecinflayers timml.linedoublet.ImpLineDoubletString.disveclayers timml.linedoublet.ImpLineDoubletString.equation