Skip to content

powsybl/powsybl-distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowSyBl Distribution

Actions Status MPL-2.0 License Slack

PowSyBl (Power System Blocks) is an open source framework written in Java, that makes it easy to write complex software for power systems’ simulations and analysis. Its modular approach allows developers to extend or customize its features.

PowSyBl is part of the LF Energy Foundation, a project of The Linux Foundation that supports open source innovation projects within the energy and electricity sectors.

PowSyBl Logo

Read more at https://www.powsybl.org !

This project and everyone participating in it is governed by the PowSyBl Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to powsybl-tsc@lists.lfenergy.org.

PowSyBl vs PowSyBl Distribution

PowSyBl Distribution allows for the generation of a basic distribution of PowSyBl. It supports the following itools commands:

Computation

Data conversion

Misc

  • plugins-info: List the available plugins

Script

Getting started

To generate a basic PowSyBl distribution, you can then launch from the root repository:

$ cd <PROJECT_ROOT_PATH>
$ mvn clean package

The PowSyBl distribution is generated in the <PROJECT_ROOT_PATH>/target folder. For easier use of itools commands, adding <PROJECT_ROOT_PATH>/target/powsybl-distribution-<powsybldistribution.version>/bin to your environment variable PATH is recommended.

Notes:

  • Test network files in the resources folder are present in the etc folder of the generated distribution.
  • A configuration file is provided in this distribution but will be overriden by your local configuration file if you have one.

About

Allows to generate a basic PowSyBl distribution

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published