pvpumpingsystem.pvpumpsystem.PVPumpSystem.run_model

PVPumpSystem.run_model(friction=False, starting_soc='morning', **kwargs)

Comprehensive modeling of the PVPS. Computes Loss of Power Supply (LLP) and stores it as an attribute. Re-run eveything even if already computed before.

Parameters:
  • friction (boolean, default is False) – Decide if the friction head is taken into account in the computation. Turning it to True multiply by three the calculation time.
  • **kwargs – Keyword arguments that apply to the financial analysis. kwargs are transfered to fin.net_present_value() function.