Clarification on "Only N-1 transmission contingencies are supported" #34
Unanswered
mzy2240
asked this question in
Help & FAQ
Replies: 1 comment
-
Hi Zeyu, our data format allows arbitrary line and generator contingencies (for example, you could have a contingency simultaneously affecting two lines and a generator), but our currently implemented algorithms can only handle single-line contingencies. The reason is, we currently use Line Outage Distribution Factors (LODFs) to quickly evaluate post-contingency line flows, but these can only handle the removal of a single line. Some extensions to multiple lines have been proposed in the literature, but we haven't implemented them yet. This would be a great contribution to the package! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the document, it seems we could define contingency with multiple lines open. In this case, will this contingency be checked to ensure the line limit won't be violated? Also what's the reason why only N-1 transmission contingencies are supported?
Beta Was this translation helpful? Give feedback.
All reactions