-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
The current version (v0.21.2) supports calc_basic_ptdf_matrix
, but there is no Line Outage Distribution Factor (LODF) matrix computation utility.
I have a working implementation that I would be happy to contribute if you'd like that.
What I am thinking about is a calc_basic_lodf_matrix
function, which would return a matrix LODF
of size ExE
, where E
is the number of branches in the system. Thereby, given pre-contingency flow vector pf
, the flow on branch e
under contingency k
is given by
pf_after_outage[e] = pf[e] + LODF[e, k] * pf[k]
Metadata
Metadata
Assignees
Labels
No labels