pastas.rfunc.Hantush ==================== .. toctree:: :hidden: /api/pastas/rfunc/Hantush.get_init_parameters /api/pastas/rfunc/Hantush.get_tmax /api/pastas/rfunc/Hantush.step /api/pastas/rfunc/Hantush.moment /api/pastas/rfunc/Hantush.impulse /api/pastas/rfunc/Hantush.to_dict .. py:class:: pastas.rfunc.Hantush(cutoff: float = 0.999, quad: bool = False, **kwargs) The Hantush well function, using the standard A, a, b parameters. :param up: indicates whether a positive stress will cause the head to go up (True, default) or down (False), if None the head can go both ways. :type up: bool or None, optional :param gain_scale_factor: the scale factor is used to set the initial value and the bounds of the gain parameter, computed as 1 / gain_scale_factor. :type gain_scale_factor: float, optional :param cutoff: proportion after which the step function is cut off. :type cutoff: float, optional :param quad: Use the method 'numba_quad' to compute the step_response. :type quad: bool, optional .. rubric:: Notes .. rubric:: Notes The impulse response function for this class can be viewed on the Documentation website or using `latexify` by running the following code in a Jupyter notebook environment:: ps.Hantush.impulse The implementation used here is explained in :cite:t:`veling_hantush_2010`. .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.rfunc.Hantush.get_init_parameters pastas.rfunc.Hantush.get_tmax pastas.rfunc.Hantush.step pastas.rfunc.Hantush.moment pastas.rfunc.Hantush.impulse pastas.rfunc.Hantush.to_dict