pastas.rfunc.Hantush.quad_step#

static pastas.rfunc.Hantush.quad_step(A: float, a: float, b: float, t: pastas.typing.ArrayLike) pastas.typing.ArrayLike#

Compute step response for Hantush using numerical quadrature.

Parameters:
  • A (float) – Gain parameter.

  • a (float) – Time constant parameter.

  • b (float) – Distance parameter.

  • t (array_like) – Time array in days.

Returns:

step – Step response at times t.

Return type:

array_like