pvpumpingsystem.pipenetwork.PipeNetwork.dynamichead

PipeNetwork.dynamichead(Qlpm, T=20, verbose=False)

Calculates the dynamic head of the pipe network according to the flow given Q, and using the Darcy-Weisbach equation.

Parameters:
  • Q (float,) – water flow in liter per minute [lpm]
  • T (float,) – water temperature [°C]
  • verbose (boolean,) – allows printing of Re numbers of the computing
Returns:

dynamic head [m]

Return type:

float