Skip to content

Handle PhaseShiftingTransformers in Parallel #231

@m-bossart

Description

@m-bossart

We currently skip parallel reduction of phase shifting transformers because depending on the parameters, we cannot necessarily derive an exact equivalent representation in the Ybus:
https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/definitions.jl#L13

However, with the current design, if we have parallel phase shifting transformers, we cannot have two entries in the direct_branch_map with the same key, therefore we over-write entries in add_to_branch_maps!:
https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/Ybus.jl#L199

Metadata

Metadata

Assignees

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