timmyfaraday / HarmonicPowerModels.jl

An extension package of PowerModels.jl for Harmonic (Optimal) Power Network
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

HarmonicPowerModels.jl

HarmonicPowerModels.jl is an extension package of PowerModels.jl for Steady-State Power System Optimization with Power Harmonics.

Core Problem Specification

Installation

The package requires Julia 1.9 or newer. The latest stable release of HarmonicPowerModels can be installed using the Julia package manager with

] add HarmonicPowerModels

At least one solver is required for running HarmonicPowerModels. The open-source solver Ipopt is recommended, as it is fast, scaleable and can be used to solve a wide variety of the problems provided in HarmonicPowerModels. The Ipopt solver can be installed via the package manager with

] add Ipopt

Test that the package works by running

] test HarmonicPowerModels

Acknowledgements

The primary developer is Tom Van Acker, BASF Antwerp, (@timmyfaraday), with support from the following contributors:

License

This code is provided under a BSD 3-Clause License.