Skip to content

Commit

Permalink
Minor tweaks to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamdan committed Dec 9, 2024
1 parent ea15961 commit 3e44152
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
![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:
_Roseau Load Flow_ is a powerful load flow solver and static analysis tool that offers:

- Multi-phase, unbalanced power flow analysis
- Performance optimized solver written in C++
- **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

This project is compatible with Python version 3.10 and newer. The
[installation instructions](https://roseau-load-flow.roseautechnologies.com/Installation.html)
Expand Down
16 changes: 8 additions & 8 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ 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:
_Roseau Load Flow_ is a powerful load flow solver and static analysis tool that offers:

- Multi-phase, unbalanced power flow analysis
- Performance optimized solver written in C++
- **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

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>
Expand Down

0 comments on commit 3e44152

Please sign in to comment.