PowerModelsACDC.jl
A hybrid AC/DC OPF package based on PowerModels.jl
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: ieee.org -
✓Committers with academic emails
3 of 21 committers (14.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords from Contributors
Repository
A hybrid AC/DC OPF package based on PowerModels.jl
Basic Info
Statistics
- Stars: 59
- Watchers: 10
- Forks: 24
- Open Issues: 19
- Releases: 22
Metadata Files
README.md
PowerModelsACDC.jl
PowerModelsACDC.jl is a Julia/JuMP/PowerModels package with models for DC lines, meshed DC networks, and AC DC converters. Building upon the PowerModels architecture, the code is engineered to decouple problem specifications (e.g. Power Flow, Optimal Power Flow, ...) from the power network formulations (e.g. AC, DC-approximation, SOC-relaxation, ...).
Installation The latest stable release of PowerModelsACDC can be installed using the Julia package manager with
julia
Pkg.add("PowerModelsACDC")
Core Problem Specifications * Optimal Power Flow with both point-to-point and meshed and dc grid support * Power Flow with both point-to-point and meshed ac and dc grid support * TNEP problem for point-to-point and meashed ac and dc grids
Core Formulations All AC formulations of PowerModels are re-used. Therefore, the core formulations in this package are twofold: those for the DC network and those for the AC/DC converters.
DC network connecting dc nodes: * DC nonlinear nonconvex formulation (NLP) * Convexified (SOC) bus injection model and branch flow model for the DC grid (which can be used with both the SDP and SOC convex relaxation formulations for the AC side) * Linearized (LP) active power only formulation, extending the linearized 'DC' approximation of AC grids to DC grids
AC/DC converter stations, connecting ac nodes and dc nodes, are composed of a transformer, filter, phase reactor and LCC/VSC converter. The passive components can be removed/disabled. Convex relaxation and linearized models for the passive components have been described, therefore, the converter station formulation is categorized by converter model complexity. The converter model includes constant losses and losses proportional to the current magnitude as well as current magnitude squared. * Nonlinear nonconvex formulation (NLP) * Convexified formulation (SOC) * Linearized formulation (LP)
Network Data Formats * MatACDC-style ".m" files (matpower ".m"-derived). * Matpower-style ".m" files, including matpower's dcline extenstions. * PTI ".raw" files, using PowerModels.jl parser
Note that the matpower-style dcline is transformed internally to two converters + a dcline connecting them. Such a transformation is exact for the 'dc'-style linearized models, but not for the AC models.
For further information, consult the PowerModels documentation.
Acknowledgments
The developers thank Carleton Coffrin (LANL) for his support.
Contributors
- Hakan Ergun (KU Leuven / EnergyVille): Main developer
- Frederik Geth (KU Leuven / EnergyVille): Formulations & relaxations of the OPF problem
- Jay Dave (KU Leuven / EnergyVille): Transmission expansion plannning
- Ghulam Mohy Ud Din (CSIRO): ACR formulation of the OPF problem, Sequential AC/DC Grid Power Flow using NLsolve
- Özgür Can Sakinci (KU Leuven / EnergyVille): AC Voltage - Reactive Power droop for DC converters
Citing PowerModelsACDC
If you find PowerModelsACDC useful in your work, we kindly request that you cite the following publications:
AC/DC OPF Core:
@ARTICLE{8636236,
author={H. {Ergun} and J. {Dave} and D. {Van Hertem} and F. {Geth}},
journal={IEEE Transactions on Power Systems},
title={Optimal Power Flow for AC�DC Grids: Formulation, Convex Relaxation, Linear Approximation, and Implementation},
year={2019},
volume={34},
number={4},
pages={2980-2990},
keywords={AC-DC power convertors;approximation theory;HVDC power convertors;HVDC power transmission;power grids;power transmission control;reactive power control;AC-DC grids;linear approximation;active power control capabilities;reactive power control capabilities;HVDC converter stations;power systems;ancillary services;optimal power flow model;convex relaxation formulation;parameterized ac-dc converter model;common ac optimal power flow formulations;dc nodes;converter station technologies;ac nodes;ancillary security;open-source tool;Mathematical model;HVDC transmission;AC-DC power converters;Numerical models;Inductors;Impedance;Linear approximation;HVDC transmission;flexible ac transmission systems;power system analysis computing},
doi={10.1109/TPWRS.2019.2897835},
ISSN={0885-8950},
month={July},}
TNEP Extension 1:
@ARTICLE{
iet:/content/journals/10.1049/iet-gtd.2019.0383,
author = {Jay Dave},
author = {Hakan Ergun},
author = {Ting An},
author = {Jingjing Lu},
author = {Dirk Van Hertem},
keywords = {power systems;meshed HVDC grids;increased utilisation;presented formulations;convex formulations;second-order cone convex relaxation;multiple HVDC links;linear approximation;dc grids;transmission network expansion planning problem;high-voltage direct current;traditional ac grid;TNEP problem;nonlinear formulation;},
ISSN = {1751-8687},
title = {TNEP of meshed HVDC grids: ‘AC’, ‘DC’ and convex formulations},
journal = {IET Generation, Transmission & Distribution},
issue = {24},
volume = {13},
year = {2019},
month = {December},
pages = {5523-5532(9)},
publisher ={Institution of Engineering and Technology},
copyright = {© The Institution of Engineering and Technology},
url = {https://digital-library.theiet.org/content/journals/10.1049/iet-gtd.2019.0383}
}
TNEP Extension 2:
@ARTICLE{dave2021relaxations,
title={Relaxations and approximations of HVdc grid TNEP problem},
author={Dave, Jay and Ergun, Hakan and Van Hertem, Dirk},
journal={Electric Power Systems Research},
volume={192},
pages={106683},
year={2021},
publisher={Elsevier}
}
}
License
This code is provided under a BSD license.
Owner
- Login: Electa-Git
- Kind: user
- Repositories: 5
- Profile: https://github.com/Electa-Git
GitHub Events
Total
- Create event: 4
- Commit comment event: 3
- Release event: 1
- Issues event: 4
- Watch event: 5
- Delete event: 2
- Issue comment event: 4
- Push event: 71
- Pull request event: 11
- Fork event: 2
Last Year
- Create event: 4
- Commit comment event: 3
- Release event: 1
- Issues event: 4
- Watch event: 5
- Delete event: 2
- Issue comment event: 4
- Push event: 71
- Pull request event: 11
- Fork event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hakan Ergun | h****n@i****g | 372 |
| frederikgeth | f****h@t****l | 19 |
| Jay | D****e | 11 |
| GHULAM MOHY UD DIN | g****t@g****m | 10 |
| frederikgeth | f****h@g****m | 9 |
| github-actions[bot] | 4****] | 9 |
| Carleton Coffrin | c****n@c****m | 6 |
| frederikgeth | f****h@e****e | 6 |
| Matteo Rossini | m****i@k****e | 5 |
| ozgurcansakinci | o****i@g****m | 3 |
| Hakan Ergun | h****n@e****e | 3 |
| Benoît Legat | b****t@g****m | 2 |
| Geth, Frederik (Energy, Newcastle) | F****h@c****u | 2 |
| jay-dave | j****e@k****e | 1 |
| CompatHelper Julia | c****y@j****g | 1 |
| Jay Dave | d****a@e****e | 1 |
| Kristoffer Carlsson | k****l@s****e | 1 |
| frederikgeth | f****h@e****e | 1 |
| frederikgeth | f****h@t****e | 1 |
| Julia TagBot | 5****t | 1 |
| James Foster | 3****r | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 49
- Total pull requests: 51
- Average time to close issues: 4 months
- Average time to close pull requests: about 1 month
- Total issue authors: 11
- Total pull request authors: 12
- Average comments per issue: 1.29
- Average comments per pull request: 0.37
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 24
Past Year
- Issues: 3
- Pull requests: 8
- Average time to close issues: 5 days
- Average time to close pull requests: 6 days
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.13
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- frederikgeth (20)
- hakanergun (17)
- sdwhardy (2)
- jay-dave (2)
- matteorossini (2)
- ckjat (1)
- SabineAuer (1)
- frascuscus (1)
- JuliaTagBot (1)
- vitorhpmelo (1)
- RobbeVDE (1)
Pull Request Authors
- github-actions[bot] (25)
- hakanergun (18)
- blegat (4)
- Electa-Git (3)
- ozgurcansakinci (2)
- ghulam41 (2)
- matteorossini (2)
- jd-foster (2)
- ccoffrin (1)
- KristofferC (1)
- hexaeder (1)
- JuliaTagBot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- julia 19 total
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 69
proxy.golang.org: github.com/Electa-Git/PowerModelsACDC.jl
- Documentation: https://pkg.go.dev/github.com/Electa-Git/PowerModelsACDC.jl#section-documentation
- License: bsd-3-clause
-
Latest release: v0.9.2
published 6 months ago
Rankings
proxy.golang.org: github.com/electa-git/powermodelsacdc.jl
- Documentation: https://pkg.go.dev/github.com/electa-git/powermodelsacdc.jl#section-documentation
- License: bsd-3-clause
-
Latest release: v0.9.2
published 6 months ago
Rankings
juliahub.com: PowerModelsACDC
A hybrid AC/DC OPF package based on PowerModels.jl
- Documentation: https://docs.juliahub.com/General/PowerModelsACDC/stable/
- License: BSD-3-Clause
-
Latest release: 0.9.2
published 7 months ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg latest composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest latest composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite