Flow decomposition powsybl AFS integration

Integrates a flow decomposition runner object into powsybl AFS

License

License

Categories

Categories

Unity Business Logic Libraries Game Development
GroupId

GroupId

com.farao-community.farao
ArtifactId

ArtifactId

farao-flow-decomposition-afs
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Flow decomposition powsybl AFS integration
Integrates a flow decomposition runner object into powsybl AFS
Project URL

Project URL

http://www.farao-community.com/farao-flow-decomposition-afs

Download farao-flow-decomposition-afs

How to add to project

<!-- https://jarcasting.com/artifacts/com.farao-community.farao/farao-flow-decomposition-afs/ -->
<dependency>
    <groupId>com.farao-community.farao</groupId>
    <artifactId>farao-flow-decomposition-afs</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.farao-community.farao/farao-flow-decomposition-afs/
implementation 'com.farao-community.farao:farao-flow-decomposition-afs:1.2.0'
// https://jarcasting.com/artifacts/com.farao-community.farao/farao-flow-decomposition-afs/
implementation ("com.farao-community.farao:farao-flow-decomposition-afs:1.2.0")
'com.farao-community.farao:farao-flow-decomposition-afs:jar:1.2.0'
<dependency org="com.farao-community.farao" name="farao-flow-decomposition-afs" rev="1.2.0">
  <artifact name="farao-flow-decomposition-afs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.farao-community.farao', module='farao-flow-decomposition-afs', version='1.2.0')
)
libraryDependencies += "com.farao-community.farao" % "farao-flow-decomposition-afs" % "1.2.0"
[com.farao-community.farao/farao-flow-decomposition-afs "1.2.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.powsybl : powsybl-afs-core jar 3.0.0
com.powsybl : powsybl-afs-ext-base jar 3.0.0
com.farao-community.farao : farao-commons jar 1.2.0
com.farao-community.farao : farao-crac-file-api jar 1.2.0
com.farao-community.farao : farao-flow-decomposition-api jar 1.2.0
com.farao-community.farao : farao-flow-decomposition-results-api jar 1.2.0
com.farao-community.farao : farao-crac-file-afs jar 1.2.0

test (4)

Group / Artifact Type Version
com.powsybl : powsybl-afs-core test-jar 3.0.0
com.powsybl : powsybl-afs-mapdb-storage jar 3.0.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.19.0

Project Modules

There are no modules declared in this project.

FARAO - core

Actions Status Coverage Status Quality Gate MPL-2.0 License Join the community on Spectrum

FARAO horizontal logo

FARAO stands for Fully Autonomous Remedial Actions Optimisation. It is an open-source toolbox that aims at providing a modular engine for remedial actions optimisation.

farao-core repository contains the main features of FARAO. It provides a command line tool to interact with these features.

For detailed information about FARAO toolbox, please refer to the detailed documentation.

This project and everyone participating in it is governed by the FARAO Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to build farao-core, you need the following environment available:

  • Install JDK (11 or greater),
  • Install Maven latest version.

Installing

Before installing farao-core, you need to install OR-Tools, a software suite for optimisation that is used by FARAO remedial actions optimiser.

Please refer to OR-tools website for installation instructions.

To build farao-core, enter on the command line:

$> git clone https://github.com/farao-community/farao-core.git
$> cd farao-core
$> ./install.sh

FARAO also needs a loadflow engine and a sensitivity calculation engine at runtime. You may use any engine integrated in PowSyBl framework.

Hades2 tool from RTE is available as a freeware for demonstration purpose. For more information about how to get and install Hades2 loadflow and sensitivity computation, please refer to the dedicated documentation.

Running

In order for FARAO to run without error, you will need to configure your itools platform. itools is a command line interface provided by PowSyBl framework.

Two options are available:

  1. First, you can use the one provided by FARAO. It is saved in the etc directory of the installation, and is called config.yml. You just have to copy-paste it in $HOME/.itools directory. You can also use one of the provided network post-processor scripts saved in the etc directory by copy-pasting them in the same directory and adding these lines to your config.yml file :
import:
  postProcessors: groovyScript

groovy-post-processor:
    script: $HOME/.itools/core-cc-ucte-postProcessor.groovy

  1. Expert users can also adapt it to their own needs.

For using itools, enter on the command line:

cd <install-prefix>/bin
./itools help

For more information about itools, do not hesitate to visit PowSyBl documentation.

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.txt file for details.

com.farao-community.farao

FARAO community

The FARAO open-source power systems toolbox community

Versions

Version
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0