Giter Club home page Giter Club logo

pglib-opf-hvdc's Introduction

Power Grid Lib - Optimal Power Flow with HVDC Lines

This benchmark library is curated and maintained by the IEEE PES Task Force on Benchmarks for Validation of Emerging Power System Algorithms and is designed to evaluate a variation of the Optimal Power Flow problem with HVDC lines. Specifically, these cases are designed for benchmarking algorithms that solve the following the Non-Convex Nonlinear Program described in the formulation PDF document. An extensive description of the case data and optimization model is provided in the transactions paper.

All of the cases files are curated in an extended version of the MatACDC data format. An open-source reference implementations are available in PowerModelsACDC.jl.

Problem Overview

These cases are useful for benchmarking solution methods for a variant of the optimal power flow problem common in the academic literature. The features of this model are:

  • Respresentation of the HVDC converter station including converter transformer, harmonic filter and quadratic losses
  • Point to point and fully meshed HVDC configuations
  • Optimization of the ac side active and reactive power set points and dc side active power set points for all converters
  • Parametrized model to omit converter transformers or filters

Case File Overview

  • CASE_5_3 Power flow data for modified 5 bus, 5 gen, 3 bus dc case based on PJM 5-bus system
  • CASE_24_7 based on the IEEE reliability test system with HVDC grid connecting three zones
  • CASE_39_10 Power flow data for 39 bus New England system with additional 10 converter stations and 12 dc branches
  • CASE_3120_5 Power flow data for Polish system - summer 2008 morning peak, with 5 additional converter stations and 5 dc branches

Example script to run test case

using PowerModelsACDC, PowerModels, Ipopt


ipopt = with_optimizer(Ipopt.Optimizer, tol=1e-6, print_level=0)
s = Dict("output" => Dict("branch_flows" => true), "conv_losses_mp" => true)

file5_3 = "case5_3_he.m"
data = PowerModels.parse_file(file5_3)
data["convdc"] = data["dcconv"]
data["busdc"] = data["dcbus"]
data["branchdc"] = data["dcbranch"]
PowerModelsACDC.process_additional_data!(data)
result5_3 = run_acdcopf(data, ACPPowerModel, ipopt; setting = s)

Contributions

All case files are provided under a Creative Commons Attribution License, which allows anyone to share or adapt these cases as long as they give appropriate credit to the original author, provide a link to the license, and indicate if changes were made.

Community-based recommendations and contributions are welcome and encouraged in all PGLib repositories. Please feel free to submit comments and questions in the issue tracker. Corrections and new network contributions are welcome via pull requests. All data contributions are subject to a quality assurance review by the repository curator(s).

Citation Guidelines

This repository is not static. Consequently, it is critically important to indicate the version number when referencing this repository in scholarly work.

Users of this these cases are encouraged to cite the original source documents mentioned in this overview document.

pglib-opf-hvdc's People

Contributors

ccoffrin avatar hakanergun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.