pastas.rfunc.HantushWellModel.get_tmax#
- pastas.rfunc.HantushWellModel.get_tmax(p: pastas.typing.ArrayLike, cutoff: float | None = None, warn: bool = True) float#
Get response time for a certain cutoff for HantushWellModel.
- Parameters:
p (array_like) – Response function parameters [A, a, b] or [A, a, b, distance].
cutoff (float, optional) – Fraction of the step response used to determine the response cutoff. Defaults to self.cutoff if cutoff is None.
warn (bool, optional) – Whether to log a warning if distance is not provided. Default is True.
- Returns:
tmax – Time when the step response has reached the cutoff fraction of its upper limit.
- Return type: