pvpumpingsystem.pump._domain_V_H

pvpumpingsystem.pump._domain_V_H(specs, data_completeness)

Function giving the range of voltage 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 voltage V [V] and on head [m]

Return type:

tuple