rfunc ===== .. py:module:: pastas.rfunc .. autoapi-nested-parse:: This module contains all the response functions available in Pastas. .. rubric:: Examples Use response functions in stress models:: rfunc = ps.Gamma() sm = ps.StressModel(stress, rfunc=rfunc, name="well") ml.add_stressmodel(sm) .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/rfunc/Gamma /api/pastas/rfunc/Exponential /api/pastas/rfunc/Hantush /api/pastas/rfunc/HantushWellModel /api/pastas/rfunc/Polder /api/pastas/rfunc/One /api/pastas/rfunc/FourParam /api/pastas/rfunc/DoubleExponential /api/pastas/rfunc/Kraijenhoff /api/pastas/rfunc/Spline .. autoapisummary:: pastas.rfunc.Gamma pastas.rfunc.Exponential pastas.rfunc.Hantush pastas.rfunc.HantushWellModel pastas.rfunc.Polder pastas.rfunc.One pastas.rfunc.FourParam pastas.rfunc.DoubleExponential pastas.rfunc.Kraijenhoff pastas.rfunc.Spline