pvpumpingsystem.pump._domain_P_H

pvpumpingsystem.pump._domain_P_H(specs, data_completeness)

Function giving the range of power and head in which the pump will work.

Parameters:
  • specs (pandas.DataFrame,) – Specifications typically coming from Pump.specs
  • data_completeness (dict,) – Typically comes from specs_completeness() function.
Returns:

Two lists, the domains on power P [W] and on head [m]

Return type:

tuple