Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for asymmetric DC lines #87

Closed
danielolsen opened this issue Dec 1, 2020 · 0 comments · Fixed by #91
Closed

Add support for asymmetric DC lines #87

danielolsen opened this issue Dec 1, 2020 · 0 comments · Fixed by #91
Assignees
Labels
feature request Request for a new feature. (Only lives in Backlog)

Comments

@danielolsen
Copy link
Contributor

Currently, we assume that DC lines are symmetric, with Pmin = -Pmax. We read this in src/read.jl: case["dcline_rating"] = mpc["dcline"][:,11] (link), where the 11th column in the table is Pmax, and then we use this in src/model.jl to create our symmetric line flow limits (for both AC & DC): branch_rating = vcat(case.branch_rating, case.dcline_rating) (link), and constrain the power flow variables for each branch.

If we have different vectors for e.g. branch_rating_positive and branch_rating_negative, then we can constrain the power flow variables differently in both the positive and negative directions. There are already independent constraints for each, so we're only modifying the parameter values, not the structure of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature. (Only lives in Backlog)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants