Skip to main content

Python for Power Systems Analysis

Project description

1 About

PyPSA stands for “Python for Power System Analysis”. It is pronounced “pipes-ah”.

PyPSA is a free software toolbox for simulating and optimising modern power systems that include features such as variable wind and solar generation, storage units, sector coupling and mixed alternating and direct current networks. PyPSA is designed to scale well with large networks and long time series.

As of 2017 PyPSA is under heavy development and therefore it is recommended to use caution when using it in a production environment. Some APIs may change - those liable to be updated are listed in the doc/todo.rst.

PyPSA was initially developed by the Renewable Energy Group at FIAS to carry out simulations for the CoNDyNet project, financed by the German Federal Ministry for Education and Research (BMBF) as part of the Stromnetze Research Initiative.

2 Documentation

Documentation as a website

Documentation as a PDF

Quick start

Examples

Documentation is in sphinx reStructuredText format in doc/.

3 What PyPSA does and does not do (yet)

PyPSA can calculate:

  • static power flow (using both the full non-linear network equations and the linearised network equations)

  • linear optimal power flow (optimisation of power plant and storage dispatch within network constraints, using the linear network equations, over several snapshots)

  • security-constrained linear optimal power flow

  • total electricity system investment optimisation (using linear network equations, over several snapshots simultaneously for optimisation of generation and storage dispatch and investment in the capacities of generation, storage and transmission)

It has models for:

  • meshed multiply-connected AC and DC networks, with controllable converters between AC and DC networks

  • standard types for lines and transformers following the implementation in pandapower

  • conventional dispatchable generators

  • generators with time-varying power availability, such as wind and solar generators

  • storage units with efficiency losses

  • simple hydroelectricity with inflow and spillage

  • coupling with other energy carriers

  • basic components out of which more complicated assets can be built, such as Combined Heat and Power (CHP) units, heat pumps, resistive Power-to-Heat (P2H), Power-to-Gas (P2G), battery electric vehicles (BEVs), etc.; each of these is demonstrated in the examples

Functionality that will definitely be added soon (see also doc/todo.rst):

  • Multi-year investment optimisation

  • Simple RMS simulations with the swing equation

  • Distributed active power slack

  • Non-linear power flow solution using analytic continuation in the complex plane following GridCal

Functionality that may be added in the future:

  • Unit Commitment using MILP

  • Short-circuit current calculations

  • Dynamic RMS simulations

  • Small signal stability analysis

  • Interactive web-based GUI with SVG

  • OPF with the full non-linear network equations

  • Dynamic EMT simulations

  • Unbalanced load flow

  • Port to Julia

4 Screenshots and example Jupyter/iPython notebooks

There are extensive examples available as Jupyter/iPython notebooks. They are also described in the doc/examples.rst and are available as Python scripts in examples/.

Some screenshots:

http://www.pypsa.org/img/line-loading.png http://www.pypsa.org/img/lmp.png http://www.pypsa.org/img/reactive-power.png http://www.pypsa.org/img/stacked-gen.png http://www.pypsa.org/img/storage-scigrid.png http://www.pypsa.org/img/scigrid-curtailment.png http://www.pypsa.org/img/meshed-ac-dc.png http://www.pypsa.org/img/pre-4-network-181-LV-2.png

5 What PyPSA uses under the hood

PyPSA is written and tested to be compatible with both Python 2.7 and Python 3.5.

It leans heavily on the following Python packages:

  • pandas for storing data about components and time series

  • numpy and scipy for calculations, such as linear algebra and sparse matrix calculations

  • pyomo for preparing optimisation problems (currently only linear)

  • networkx for some network calculations

  • py.test for unit testing

  • logging for managing messages

The optimisation uses pyomo so that it is independent of the preferred solver (you can use e.g. the free software GLPK or the commercial software Gurobi).

The time-expensive calculations, such as solving sparse linear equations, are carried out using the scipy.sparse libraries.

6 Mailing list

PyPSA has a Google Group forum / mailing list.

7 Licence

Copyright 2015-2017 Tom Brown (FIAS), Jonas Hörsch (FIAS), David Schlachtberger (FIAS)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypsa-0.8.0.tar.gz (61.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page