# Pump
class Pump(name: Union[str, NoneType] = None)
A generic pumping device whose primary feature is that it moves fluid.
# Arguments
name
: The name of the pump.
# Attributes
name
: The name of the pump.rate
: The flow rate of the pump as apint.Quantity
. Must be of the dimensionality of volume/time.