Skip to content

Bidirectional transmission in the same time step #280

@TDiaconu

Description

@TDiaconu

The transmission constraints allow a bidirectional power flow at the same time, at the maximum capacity from region A to region B and at the maximum capacity from B to A. Therefore, a power flow two times the value of the actual transmission capacity is allowed. While this is not an optimal situation when the lines have losses, it can still happen when the lines are used as a curtailment by urbs.

My sugestion to eliminate this unwanted situation is to replace the two existing equations:

pi_in(from A to B) <= maximum capacity
and
pi_in(from B to A) <= maximum capacity

with the following equation:

pi_in(from A to B) + pi_in(from B to A) <= maximum capacity.

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