-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write out DC line data to dict (#111)
* Add Matpower compatible DC line extension * Adding file for AC-DC Power flow model * Add DC arcs and buspairs to base.jl * Consistent pmin, pmax formulation, form the to and from side of the lines * Further improve support for DC lines * Bugfix/rewrite for negative PMIN values in a Matpower case * Finalized testing of DC Line implementation * Updated opf and pf tests and validated active DC lines cases against Matpower * Warning that DC line costs are not supported * add case3_dc.m, case5_dc.m * Avoiding infinite bounds on pmin and pmax for DC lines * Avoiding negative losses, by checking input data, overwriting bad values and throwing warnings * Update of documentation * Updated description of keys in pm.ref
- Loading branch information
1 parent
9250fe3
commit 7843133
Showing
31 changed files
with
773 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.