timflow.steady.intlinesink.IntFluxLineSink ========================================== .. toctree:: :hidden: /api/timflow/steady/intlinesink/IntFluxLineSink.potinf /api/timflow/steady/intlinesink/IntFluxLineSink.disvecinf /api/timflow/steady/intlinesink/IntFluxLineSink.potinflayers /api/timflow/steady/intlinesink/IntFluxLineSink.potentiallayers /api/timflow/steady/intlinesink/IntFluxLineSink.disvec /api/timflow/steady/intlinesink/IntFluxLineSink.disvecinflayers /api/timflow/steady/intlinesink/IntFluxLineSink.disveclayers .. py:class:: timflow.steady.intlinesink.IntFluxLineSink(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:`timflow.steady.linesink.LineSinkHoBase`, :py:obj:`timflow.steady.equation.IntDisVecEquation` Element to set numerically integrated flux 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.IntFluxLineSink.potinf timflow.steady.intlinesink.IntFluxLineSink.disvecinf timflow.steady.intlinesink.IntFluxLineSink.potinflayers timflow.steady.intlinesink.IntFluxLineSink.potentiallayers timflow.steady.intlinesink.IntFluxLineSink.disvec timflow.steady.intlinesink.IntFluxLineSink.disvecinflayers timflow.steady.intlinesink.IntFluxLineSink.disveclayers