Flowbased domain business object model

Object model for flowbased domain

Лицензия

Лицензия

Категории

Категории

Unity Прикладные библиотеки Game Development Doma Данные ORM
Группа

Группа

com.farao-community.farao
Идентификатор

Идентификатор

farao-flowbased-domain-api
Последняя версия

Последняя версия

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Flowbased domain business object model
Object model for flowbased domain
Ссылка на сайт

Ссылка на сайт

http://www.farao-community.com/farao-flowbased-domain-api

Скачать farao-flowbased-domain-api

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.10.0
com.powsybl : powsybl-commons jar 3.5.0
javax.validation : validation-api jar 2.0.1.Final

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.0

test (4)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.2.3
com.google.jimfs : jimfs jar 1.1
com.powsybl : powsybl-commons test-jar 3.5.0
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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 contact@farao-community.com.

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

Версии библиотеки

Версия
2.1.1
2.1.0
2.0.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0