pastas.rfunc.HantushWellModel.block_from_impulse#

pastas.rfunc.HantushWellModel.block_from_impulse(p: pastas.typing.ArrayLike, dt: float = 1, cutoff: float | None = None, maxtmax: float | None = None, **kwargs) pastas.typing.ArrayLike#

Compute block response from impulse response.

Parameters:
  • p (array_like) – Response function parameters [A, a, b] or [A, a, b, distance].

  • dt (float, optional) – Time step in days. Default is 1.

  • cutoff (float, optional) – Fraction of the step response used to determine the response cutoff.

  • maxtmax (float, optional) – Maximum response time to compute.

  • **kwargs – Additional keyword arguments.

Returns:

block – Block response.

Return type:

array_like