PowerSimulations.jl

用于电力系统优化仿真和建模的 Julia。「Julia for optimization simulation and modeling of PowerSystems」

Github stars Tracking Chart

PowerSimulations

Build Status
Build status
codecov

Join the chat at https://gitter.im/NREL/PowerSimulations.jl

The current implementation of the functionalities can be seen in the test codes.

PowerSimulations.jl is a Julia package for power system modeling and simulation. The objectives of the package are:

  • Provide a flexible modeling framework that can accommodate problems of different complexity and at different time-scales.

  • Streamline the construction of large scale optimization problems to avoid repetition of work when adding/modifying model details.

  • Exploit Julia's capabilities to improve computational performance of large scale power system simulations.

The flexible modeling framework is enabled through a modular set of capabilities that enable scalable power system analysis and exploration of new analysis methods. The modularity of PowerSimulations results from the structure of the simulations enabled by the package:

  • Simulations define a set of problems that can be solved using numerical techniques.

  • Problems are generated by expressing model formulations against system data

For example, an annual production cost modeling simulation can be created by formulating a unit commitment model against system data to assemble a set of 365 daily time-coupled scheduling problems.

Simulations enabled by PowerSimulations:

  • Production Cost Modeling
  • Capacity Expansion Modeling - TODO
  • Load Flow and Contingency Analysis - TODO

Model formulations contained in PowerSimulations:

Installation

julia> ]
(v1.2) pkg> add PowerSystems
(v1.2) pkg> add PowerSimulations

Usage

PowerSimulations.jl uses PowerSystems.jl to handle the data used in the simulations.

using PowerSimulations
using PowerSystems

Development

Contributions to the development and enahancement of PowerSimulations is welcome. Please see CONTRIBUTING.md for code contribution guidelines.

License

PowerSimulations is released under a BSD license. PowerSimulations has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP)
initiative at the U.S. Department of Energy's National Renewable Energy Laboratory (NREL)

Main metrics

Overview
Name With OwnerNREL-Sienna/PowerSimulations.jl
Primary LanguageJulia
Program languageJulia (Language Count: 1)
PlatformBSD, Linux, Mac, Windows
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2017-11-03 21:11:22
Pushed At2025-04-25 18:19:08
Last Commit At
Release Count123
Last Release Namev0.30.1 (Posted on 2025-02-27 18:09:17)
First Release Namev0.1.0 (Posted on 2019-05-15 11:47:03)
用户参与
Stargazers Count291
Watchers Count18
Fork Count69
Commits Count9.4k
Has Issues Enabled
Issues Count407
Issue Open Count72
Pull Requests Count777
Pull Requests Open Count8
Pull Requests Close Count101
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private