09.03.2013 Views

Simulator 16 User Guide - PowerWorld

Simulator 16 User Guide - PowerWorld

Simulator 16 User Guide - PowerWorld

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Augmenting Path Max Flow Min Cut Algorithm<br />

The augmenting path max flow – min cut algorithm is used to identify the minimum number of<br />

branches that need to be opened or removed from the system in order to isolate the Facility (power<br />

system device) from an External region.<br />

The algorithm is an application of the Max Flow - Min Cut theorem, which states that the maximum<br />

flow that can be transferred from a set of source nodes to a set of sink nodes across a graph equals<br />

the capacity of the minimum cut. The facility analysis in <strong>Simulator</strong> finds a min cut, although this cut<br />

may not be unique.<br />

The application consists of three stages:<br />

1. Convert the electric network to a graph structure<br />

In this stage, each branch of the system is converted to an undirected arc with graph flow capacity<br />

equal to one. Thus, only one unit of graph flow can be sent through a branch. The Facility buses<br />

and the External buses are converted to Facility and External supernodes, respectively. This<br />

effectively reduces the problem to finding the min cut between these two supernodes. The number<br />

of nodes and capacities of the Facility and the External region are also computed during this stage.<br />

2. Find the Max Flow using the Augmenting Path Algorithm<br />

This is an iterative process. At each step, the algorithm finds a new augmenting path from the<br />

Facility to the External region and augments the graph flow along this path in one unit.<br />

Consequently, the branches in the path won’t be available for flow augmentation in the next step.<br />

Each new path is determined using a shortest path routine. The algorithm stops when no<br />

augmenting path from the Facility to the External region can be found. The number of units<br />

transferred from the Facility to the External region (path augmentations) reaches the number of<br />

branches in a certain cut. Note that the number of branches in the min cut can not exceed the<br />

capacity of either the Facility or the External region.<br />

3. Determine the branches in the min cut<br />

The identification of the branches that constitute the min cut consists in tracking down labels in<br />

the buses and branches used during each path augmentation.<br />

©2011 <strong>PowerWorld</strong> Corporation<br />

938

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!