timflow.steady.well.TargetHeadWellString ======================================== .. toctree:: :hidden: /api/timflow/steady/well/TargetHeadWellString.potinf /api/timflow/steady/well/TargetHeadWellString.disvecinf /api/timflow/steady/well/TargetHeadWellString.discharge /api/timflow/steady/well/TargetHeadWellString.discharge_per_well /api/timflow/steady/well/TargetHeadWellString.headinside /api/timflow/steady/well/TargetHeadWellString.potinflayers /api/timflow/steady/well/TargetHeadWellString.potentiallayers /api/timflow/steady/well/TargetHeadWellString.disvec /api/timflow/steady/well/TargetHeadWellString.disvecinflayers /api/timflow/steady/well/TargetHeadWellString.disveclayers .. py:class:: timflow.steady.well.TargetHeadWellString(model, xy, rw=0.1, res=0.0, layers=0, hcp=10, xcp=None, ycp=None, lcp=0, label=None) Bases: :py:obj:`WellStringBase` A string of wells for which the head is specified at a point. The head in the wells is equal but unknown and the head at the control point (lcp, xcp, ycp) must equal the specified head hcp. :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 wells :type xy: list of tuples or np.ndarray :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 hcp: head at the control point (lcp, xcp, ycp) :type hcp: float :param xcp: x-coordinate where head is specified :type xcp: float :param ycp: y-coordinate where head is specified :type ycp: float :param lcp: layer in which head is specified, default is the first layer, layer 0 :type lcp: int :param label: label of the well string :type label: string or None (default: None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.well.TargetHeadWellString.potinf timflow.steady.well.TargetHeadWellString.disvecinf timflow.steady.well.TargetHeadWellString.discharge timflow.steady.well.TargetHeadWellString.discharge_per_well timflow.steady.well.TargetHeadWellString.headinside timflow.steady.well.TargetHeadWellString.potinflayers timflow.steady.well.TargetHeadWellString.potentiallayers timflow.steady.well.TargetHeadWellString.disvec timflow.steady.well.TargetHeadWellString.disvecinflayers timflow.steady.well.TargetHeadWellString.disveclayers