timflow.steady.intlinesink.IntHeadDiffLineSink ============================================== .. toctree:: :hidden: /api/timflow/steady/intlinesink/IntHeadDiffLineSink.potinf /api/timflow/steady/intlinesink/IntHeadDiffLineSink.disvecinf /api/timflow/steady/intlinesink/IntHeadDiffLineSink.potinflayers /api/timflow/steady/intlinesink/IntHeadDiffLineSink.potentiallayers /api/timflow/steady/intlinesink/IntHeadDiffLineSink.disvec /api/timflow/steady/intlinesink/IntHeadDiffLineSink.disvecinflayers /api/timflow/steady/intlinesink/IntHeadDiffLineSink.disveclayers /api/timflow/steady/intlinesink/IntHeadDiffLineSink.equation .. py:class:: timflow.steady.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:`timflow.steady.linesink.LineSinkHoBase`, :py:obj:`timflow.steady.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:: timflow.steady.intlinesink.IntHeadDiffLineSink.potinf timflow.steady.intlinesink.IntHeadDiffLineSink.disvecinf timflow.steady.intlinesink.IntHeadDiffLineSink.potinflayers timflow.steady.intlinesink.IntHeadDiffLineSink.potentiallayers timflow.steady.intlinesink.IntHeadDiffLineSink.disvec timflow.steady.intlinesink.IntHeadDiffLineSink.disvecinflayers timflow.steady.intlinesink.IntHeadDiffLineSink.disveclayers timflow.steady.intlinesink.IntHeadDiffLineSink.equation