PowerAnalytics.jl
Overview
PowerAnalytics.jl is a Julia package designed to support power system simulation results analysis. It relies on results generated from PowerSimulations.jl
and data structures defined in PowerSystems.jl
. PowerAnalytics also provides the data collection, aggregation, and subsetting for PowerGraphics.jl
.
The tutorial, how-to, and explanation sections of the documentation are still under construction; the most informative section is the public API reference. PowerAnalytics depends heavily on the ComponentSelector
feature of PowerSystems.jl, documented here.
Installation
The latest stable release of PowerAnalytics can be installed using the Julia package manager with
] add PowerAnalytics
About Sienna
PowerAnalytics.jl
is part of the National Renewable Energy Laboratory's Sienna ecosystem, an open source framework for power system modeling, simulation, and optimization. The Sienna ecosystem can be found on GitHub. It contains three applications:
- Sienna\Data enables efficient data input, analysis, and transformation
- Sienna\Ops enables enables system scheduling simulations by formulating and solving optimization problems
- Sienna\Dyn enables system transient analysis including small signal stability and full system dynamic simulations
Each application uses multiple packages written in the Julia
programming language.