timflow.steady.intlinesink.LeakyIntHeadDiffLineSink =================================================== .. toctree:: :hidden: /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.potinf /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.disvecinf /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.potinflayers /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.potentiallayers /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.disvec /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.disvecinflayers /api/timflow/steady/intlinesink/LeakyIntHeadDiffLineSink.disveclayers .. py:class:: timflow.steady.intlinesink.LeakyIntHeadDiffLineSink(model, x1=-1, y1=0, x2=1, y2=0, res=np.inf, 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.IntLeakyWallEquation` Element to set numerically integrated head along linesink. Set integrated head equal to: Qnormal = H * (headin - headout) / res Used in LeakyBuildingPit element. :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.LeakyIntHeadDiffLineSink.potinf timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.disvecinf timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.potinflayers timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.potentiallayers timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.disvec timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.disvecinflayers timflow.steady.intlinesink.LeakyIntHeadDiffLineSink.disveclayers