Skip to content

Basic LODF utility? #923

@mtanneau

Description

@mtanneau

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions