accumulate_load
accumulate_load#
- relsad.loadflow.ac.accumulate_load(topology_list)[source]#
Calculates the accumulated downstream active and reactive load at all buses and calculates the active and reactive losses of lines and make an accumulated equivalent load at the buses The function returns the accumulated loads and the accumulated power losses from a branch in the system
- Parameters
topology_list (list) – List containing the system topology
- Returns
p_load (float) – Active accumulated power load of a branch
q_load (float) – Reactive accumulated power load of a branch
p_loss (float) – Active accumulated power loss of a branch
q_loss (float) – Reactive accumulated power loss of a branch