https://github.com/jeandemanged/powsybl-playground
Playing with PowSyBl (https://www.powsybl.org/)
https://github.com/jeandemanged/powsybl-playground
Last synced: 3 months ago
JSON representation
Playing with PowSyBl (https://www.powsybl.org/)
- Host: GitHub
- URL: https://github.com/jeandemanged/powsybl-playground
- Owner: jeandemanged
- License: mpl-2.0
- Created: 2022-12-16T09:34:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T11:02:10.000Z (9 months ago)
- Last Synced: 2025-01-21T02:27:17.399Z (4 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Using [PowSyBl](https://www.powsybl.org/):
- Import CGMES 2.4.15 test configuration files using [PowSyBl's CGMES importer](https://www.powsybl.org/pages/documentation/grid/formats/cim-cgmes.html)
- Runs PowSyBl's [OpenLoadFlow](https://www.powsybl.org/pages/documentation/simulation/powerflow/openlf.html)
- Export grid models in [PowSyBl's XIIDM format](https://www.powsybl.org/pages/documentation/grid/formats/xiidm.html)
- Produce [Diagrams](https://www.powsybl.org/pages/documentation/developer/repositories/powsybl-diagram.html) (Area and single line)## Quick start
Download ENTSO-E CGMES CAS v2.0 TestConfigurations_packageCASv2.0.zip from [here](https://www.entsoe.eu/data/cim/cim-conformity-and-interoperability/#conformity-assessment-scheme).
And extract this zip as a folder at the root of this repository.```
TestConfigurations_packageCASv2.0/
├── MicroGrid
├── RealGrid
└── ...```
Then run
```
mvn clean test
```Results are produced in `output` folder:
```
output/
├── microGridBC
├── microGridT1
├── microGridT2
├── microGridT4
└── realGrid
```