pvpumpingsystem.pvpumpsystem.PVPumpSystem.calc_reservoir

PVPumpSystem.calc_reservoir(starting_soc='morning')

Computes the water volume in the reservoir and extra or lacking water compared to the consumption at any time step. Assigns the resulting data to the attribute ‘flow’.

cf calc_reservoir() for more details

Parameters:starting_soc (str or float, default is 'morning') – State of Charge of the reservoir at the beginning of the simulation [%]. Available strings are ‘empty’ (no water in reservoir), ‘morning’ (enough water for one morning consumption) and ‘full’.
Returns:
Return type:None