pastas.stressmodels.ReservoirModel.simulate# ReservoirModel.simulate(p, tmin=None, tmax=None, freq=None, dt=1, istress=None)[source]# Simulates the head contribution. Parameters p (array_like) – array_like object with the values as floats representing the model parameters. tmin (str, optional) – tmax (str, optional) – freq (str, optional) – dt (float, time step) – istress (int, not used) – Returns The simulated head contribution. Return type pandas.Series