timflow.steady.linesink.RiverString =================================== .. toctree:: :hidden: /api/timflow/steady/linesink/RiverString.potinf /api/timflow/steady/linesink/RiverString.disvecinf /api/timflow/steady/linesink/RiverString.discharge_per_linesink /api/timflow/steady/linesink/RiverString.discharge /api/timflow/steady/linesink/RiverString.potinflayers /api/timflow/steady/linesink/RiverString.potentiallayers /api/timflow/steady/linesink/RiverString.disvec /api/timflow/steady/linesink/RiverString.disvecinflayers /api/timflow/steady/linesink/RiverString.disveclayers .. py:class:: timflow.steady.linesink.RiverString(model, xy=None, hls=0, res=0, wh=1, order=0, layers=0, dely=0, label=None, name='RiverString') Bases: :py:obj:`LineSinkStringBase2` String of head-specified line-sinks with optional width and resistance. :param model: Model to which the element is added :type model: Model object :param xy: list or array of (x,y) pairs of coordinates of end-points of line-sinks in string :type xy: array or list :param hls: head along string if scalar: head is the same everywhere along the string if list or array of length 2: head at beginning and end of string if list or array with same length as xy: heads at nodes, which may contain nans, except for first and last point :type hls: scalar, array or list :param res: resistance of line-sink :type res: scalar (default is 0) :param wh: distance over which water enters line-sink if 'H': (default) distance is equal to the thickness of the aquifer layer (when flow comes mainly from one side) if '2H': distance is twice the thickness of the aquifer layer (when flow comes from both sides) if scalar: the width of the stream that partially penetrates the aquifer layer :type wh: scalar or str :param order: order of all line-sinks in string :type order: int (default is 0) :param dely: distance between control points and line :type dely: float (default is 0) :param layers: layer(s) in which element is placed if scalar: element is placed in this layer if list or array: element is placed in all these layers :type layers: scalar, list or array :param label: :type label: str or None .. seealso:: :class:`.River` .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.linesink.RiverString.potinf timflow.steady.linesink.RiverString.disvecinf timflow.steady.linesink.RiverString.discharge_per_linesink timflow.steady.linesink.RiverString.discharge timflow.steady.linesink.RiverString.potinflayers timflow.steady.linesink.RiverString.potentiallayers timflow.steady.linesink.RiverString.disvec timflow.steady.linesink.RiverString.disvecinflayers timflow.steady.linesink.RiverString.disveclayers