timml.intlinesink.IntFluxDiffLineSink ===================================== .. toctree:: :hidden: /05api/timml/intlinesink/IntFluxDiffLineSink.potinf /05api/timml/intlinesink/IntFluxDiffLineSink.disvecinf /05api/timml/intlinesink/IntFluxDiffLineSink.potinflayers /05api/timml/intlinesink/IntFluxDiffLineSink.potentiallayers /05api/timml/intlinesink/IntFluxDiffLineSink.disvec /05api/timml/intlinesink/IntFluxDiffLineSink.disvecinflayers /05api/timml/intlinesink/IntFluxDiffLineSink.disveclayers /05api/timml/intlinesink/IntFluxDiffLineSink.equation .. py:class:: timml.intlinesink.IntFluxDiffLineSink(model, x1=-1, y1=0, x2=1, y2=0, layers=None, order=0, ndeg=3, label=None, addtomodel=True, aq=None, aqin=None, aqout=None) Bases: :py:obj:`timml.linesink.LineSinkHoBase`, :py:obj:`timml.equation.DisvecDiffEquation2` Line-sink to set integrated flux 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.IntFluxDiffLineSink.potinf timml.intlinesink.IntFluxDiffLineSink.disvecinf timml.intlinesink.IntFluxDiffLineSink.potinflayers timml.intlinesink.IntFluxDiffLineSink.potentiallayers timml.intlinesink.IntFluxDiffLineSink.disvec timml.intlinesink.IntFluxDiffLineSink.disvecinflayers timml.intlinesink.IntFluxDiffLineSink.disveclayers timml.intlinesink.IntFluxDiffLineSink.equation