rfunc#
Module containing all the response functions available in Pastas.
Examples
Use response functions in stress models:
rfunc = ps.Gamma()
sm = ps.StressModel(stress, rfunc=rfunc, name="well")
ml.add_stressmodel(sm)
Classes#
Gamma response function with 3 parameters A, a, and n. |
|
Exponential response function with 2 parameters: A and a. |
|
Hantush well function, using the standard A, a, b parameters. |
|
An implementation of the Hantush well function for multiple pumping wells. |
|
Polder function, using the standard A, a, b parameters. |
|
Instant response with no lag and one parameter A. |
|
Four Parameter response function with 4 parameters A, a, b, and n. |
|
Double Exponential response function with 4 parameters A, alpha, a1 and a2. |
|
response function of Van de Leur [1958]. |
|
Spline response function with parameters: A and a factor for every t. |