pvpumpingsystem.pump.Pump.iv_curve_data

Pump.iv_curve_data(head, nbpoint=40)

Function returning the data needed for plotting the IV curve at a given head.

Parameters:
  • head (float) – Total dynamic head at pump output [m]
  • nbpoint (integer, default 40) – Number of data point wanted
Returns:

with following couples keys-values:

I: list of current [A] V: list of voltage [V]

Return type:

dict