timflow.steady.well.TargetHeadWell.capzone ========================================== .. py:method:: timflow.steady.well.TargetHeadWell.capzone(nt=10, zstart=None, hstepmax=10, vstepfrac=0.2, tmax=None, nstepmax=100, silent='.', *, metadata=False) Compute a capture zone. :param nt: number of path lines :type nt: int :param zstart: starting elevation of the path lines, middle of aquifer if None :type zstart: scalar or None :param hstepmax: maximum step in horizontal space :type hstepmax: scalar :param vstepfrac: maximum fraction of aquifer layer thickness during one step :type vstepfrac: float :param tmax: maximum time :type tmax: scalar :param nstepmax: maximum number of steps :type nstepmax: scalar(int) :param silent: True (no messages), False (all messages), or '.' (print dot for each path line) :type silent: boolean or string :returns: **xyzt** :rtype: list of arrays of x, y, z, and t values .. !! processed by numpydoc !!