timflow.steady.well.HeadWellString ================================== .. toctree:: :hidden: /api/timflow/steady/well/HeadWellString.potinf /api/timflow/steady/well/HeadWellString.disvecinf /api/timflow/steady/well/HeadWellString.discharge /api/timflow/steady/well/HeadWellString.discharge_per_well /api/timflow/steady/well/HeadWellString.headinside /api/timflow/steady/well/HeadWellString.potinflayers /api/timflow/steady/well/HeadWellString.potentiallayers /api/timflow/steady/well/HeadWellString.disvec /api/timflow/steady/well/HeadWellString.disvecinflayers /api/timflow/steady/well/HeadWellString.disveclayers .. py:class:: timflow.steady.well.HeadWellString(model, xy, hw=10, rw=0.1, res=0.0, layers=0, label=None) Bases: :py:obj:`WellStringBase` HeadWellString is a string of wells for which the head is specified in the wells. This element is identical to a series of HeadWell elements. :param model: model to which the element is added :type model: Model object :param xy: list of (x, y) tuples or 2d array of x and y coordinates of the well nodes :type xy: list of tuples or np.ndarray :param hw: head in the well(s) :type hw: float :param rw: radius of the wells :type rw: float :param res: resistance of the well screens :type res: float :param layers: layer (int) or layers (list or array) where well is screened :type layers: int, array or list :param label: label of the well string :type label: string or None (default: None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.well.HeadWellString.potinf timflow.steady.well.HeadWellString.disvecinf timflow.steady.well.HeadWellString.discharge timflow.steady.well.HeadWellString.discharge_per_well timflow.steady.well.HeadWellString.headinside timflow.steady.well.HeadWellString.potinflayers timflow.steady.well.HeadWellString.potentiallayers timflow.steady.well.HeadWellString.disvec timflow.steady.well.HeadWellString.disvecinflayers timflow.steady.well.HeadWellString.disveclayers