Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cascading Failure model (Problem in dispatch)

Hi all,

I would like to model cascading failure using python and PSSE as follow:-

1- Calculate the power flow at normal condition by using DC linear model. 2- Trip number of selected branches. 3- Rebalance the load and supply (Dispatch). 4- Recalculate the Power flow (DC linear model). 5- Remove/Trip the new overloaded links and back to step(2).

The problem that I face now is how to achieve step_3 (Dispatch and load shedding).

Thanks in advance.