-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #314 from RoseauTechnologies/develop
Version 0.12.0-alpha
- Loading branch information
Showing
178 changed files
with
3,391 additions
and
4,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,28 +4,32 @@ | |
![pre-commit](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml/badge.svg) | ||
[![Documentation Status](https://readthedocs.org/projects/roseau-load-flow/badge/?version=latest)](https://roseau-load-flow.readthedocs.io/en/latest/?badge=latest) | ||
|
||
_Roseau Load Flow_ is a powerful multi-phase load flow solver for unbalanced power flow analysis that | ||
offers: | ||
<!-- start rlf-pitch --> | ||
|
||
- Multi-phase, unbalanced power flow analysis | ||
- Performance optimized solver written in C++ | ||
_Roseau Load Flow_ is a powerful load flow solver and static analysis tool that offers: | ||
|
||
- **Multi-phase**, **unbalanced** power flow analysis | ||
- A performance optimized solver written in C++ | ||
- A catalogue of real-world transformer and line models | ||
- An ergonomic object-oriented Python interface | ||
- An ergonomic object-oriented Python interface with unit-aware quantities | ||
- A comprehensive documentation with code examples | ||
- Real-world distribution network data samples in the library (with more available on request) | ||
|
||
In addition to the following _unique_ set of features: | ||
In addition to the following **unique** set of features: | ||
|
||
- Support for floating neutrals for loads and sources | ||
- Support for _floating neutrals_ for loads and sources | ||
- Four-wire multi-phase modelling with no Kron's reduction, no transformations, no assumptions on the | ||
network topology and no implicit earthing everywhere | ||
- Support for flexible, voltage-dependent, loads directly in the Newton algorithm for better convergence | ||
- Support for **flexible**, voltage-dependent, loads directly in the Newton algorithm for better | ||
convergence and stability | ||
|
||
<!-- end rlf-pitch --> | ||
|
||
This project is compatible with Python version 3.10 and newer. The | ||
[installation instructions](https://roseau-load-flow.roseautechnologies.com/Installation.html) | ||
[installation instructions](https://roseau-load-flow.roseautechnologies.com/en/latest/Installation.html) | ||
will guide you through the installation process. If you are new to _Roseau Load Flow_, we recommend | ||
you start with the | ||
[getting started tutorial](https://roseau-load-flow.roseautechnologies.com/usage/Getting_Started.html). | ||
[getting started tutorial](https://roseau-load-flow.roseautechnologies.com/en/latest/usage/Getting_Started.html). | ||
You can find the complete documentation at https://roseau-load-flow.roseautechnologies.com/. | ||
|
||
## License | ||
|
@@ -39,15 +43,19 @@ at [[email protected]](mailto:[email protected]). | |
> Licenses are given free of charge for **students and teachers**. Please contact us at | ||
> [email protected] for more information. | ||
Read more at [License](https://roseau-load-flow.roseautechnologies.com/License.html). | ||
Read more at [License](https://roseau-load-flow.roseautechnologies.com/en/latest/License.html). | ||
|
||
## Network data | ||
|
||
<!-- start rlf-networks --> | ||
|
||
_Roseau Load Flow_ ships with a sample of 20 low-voltage and 20 medium-voltage feeder networks. Each | ||
network is provided with its summer and winter load points. At _Roseau Technologies_, we can provide | ||
the major part of the French medium and low voltage networks on demand. For more information, please | ||
contact us at [email protected]. | ||
|
||
<!-- end rlf-networks --> | ||
|
||
<div align="center"> | ||
<img alt="Catalogue of networks" src="https://github.com/RoseauTechnologies/Roseau_Load_Flow/blob/main/doc/_static/Network/Catalogue.png?raw=True" /> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,32 +15,15 @@ myst: | |
|
||
# Welcome to the Roseau Load Flow documentation | ||
|
||
_Roseau Load Flow_ is a powerful multi-phase load flow solver for unbalanced power flow analysis that | ||
offers: | ||
|
||
- Multi-phase, unbalanced power flow analysis | ||
- Performance optimized solver written in C++ | ||
- A catalogue of real-world transformer and line models | ||
- An ergonomic object-oriented Python interface | ||
- A comprehensive documentation with code examples | ||
- Real-world distribution network data samples in the library (with more available on request) | ||
|
||
In addition to the following _unique_ set of features: | ||
|
||
- Support for floating neutrals for loads and sources | ||
- Four-wire multi-phase modelling with no Kron's reduction, no transformations, no assumptions on the | ||
network topology and no implicit earthing everywhere | ||
- Support for flexible, voltage-dependent, loads directly in the Newton algorithm for better convergence | ||
|
||
This software is developed by [Roseau Technologies](https://www.roseautechnologies.com/en). | ||
<a href="https://www.linkedin.com/company/roseau-technologies/"><i class="fa-brands fa-linkedin" ></i></a> | ||
<a href="https://github.com/RoseauTechnologies/"><i class="fa-brands fa-github" ></i></a> | ||
|
||
_Roseau Load Flow_ ships with a sample of 20 low-voltage and 20 medium-voltage feeder networks. Each | ||
network is provided with its summer and winter load points. At _Roseau Technologies_, we can provide | ||
the major part of the French medium and low voltage networks on demand. For more information, please | ||
contact us at | ||
[[email protected]](mailto:[email protected]). | ||
```{include} ../README.md | ||
:start-after: <!-- start rlf-pitch --> | ||
:end-before: <!-- end rlf-pitch --> | ||
``` | ||
|
||
```{include} ../README.md | ||
:start-after: <!-- start rlf-networks --> | ||
:end-before: <!-- end rlf-networks --> | ||
``` | ||
|
||
<iframe src="./_static/Network/Catalogue.html" height="600px" width="100%" frameborder="0"></iframe> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.