-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels