timml.intlinesink.IntHeadDiffLineSink ===================================== .. toctree:: :hidden: /05api/timml/intlinesink/IntHeadDiffLineSink.potinf /05api/timml/intlinesink/IntHeadDiffLineSink.disvecinf /05api/timml/intlinesink/IntHeadDiffLineSink.potinflayers /05api/timml/intlinesink/IntHeadDiffLineSink.potentiallayers /05api/timml/intlinesink/IntHeadDiffLineSink.disvec /05api/timml/intlinesink/IntHeadDiffLineSink.disvecinflayers /05api/timml/intlinesink/IntHeadDiffLineSink.disveclayers /05api/timml/intlinesink/IntHeadDiffLineSink.equation .. py:class:: timml.intlinesink.IntHeadDiffLineSink(model, x1=-1, y1=0, x2=1, y2=0, order=0, ndeg=3, layers=None, label=None, addtomodel=True, aq=None, aqin=None, aqout=None) Bases: :py:obj:`timml.linesink.LineSinkHoBase`, :py:obj:`timml.equation.HeadDiffEquation2` Line-sink to set integrated head difference along linesink to zero. Used by inhomogeneities. :param model: model to which the element is added :type model: Model object :param x1: x-coordinate of the start of the line-sink :type x1: float :param y1: y-coordinate of the start of the line-sink :type y1: float :param x2: x-coordinate of the end of the line-sink :type x2: float :param y2: y-coordinate of the end of the line-sink :type y2: float :param order: order of the line-sink element :type order: int :param ndeg: number of Gauss points for numerical integration :type ndeg: int :param layers: layers in which the element is placed :type layers: list or array :param label: label of the element :type label: string or None (default: None) :param addtomodel: if True, element is added to the model upon creation :type addtomodel: bool (default: True) :param aq: aquifer data to which the element is added. If None, aquifer data is determined based on element location. :type aq: AquiferData object or None (default: None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timml.intlinesink.IntHeadDiffLineSink.potinf timml.intlinesink.IntHeadDiffLineSink.disvecinf timml.intlinesink.IntHeadDiffLineSink.potinflayers timml.intlinesink.IntHeadDiffLineSink.potentiallayers timml.intlinesink.IntHeadDiffLineSink.disvec timml.intlinesink.IntHeadDiffLineSink.disvecinflayers timml.intlinesink.IntHeadDiffLineSink.disveclayers timml.intlinesink.IntHeadDiffLineSink.equation