PumpingReservoir

class rameau.core.pumping.PumpingReservoir(coefficient=None, halflife_rise=None, halflife_fall=None)[source]

Pumping reservoir.

Parameters:
  • coefficient (dict or Parameter, optional) – Fraction of the pumping rate that will be applied (-).

  • halflife_rise (dict or Parameter, optional) – Halflife time of the falling pumping (time step).

  • halflife_fall (dict or Parameter, optional) – Halflife time of the rising pumping (time step).

Returns:

PumpingReservoir

Attributes

coefficient

Derived type descriptor.

halflife_fall

Derived type descriptor.

halflife_rise

Derived type descriptor.