Skip to content

Commit 3e44152

Browse files
committed
Minor tweaks to the README
1 parent ea15961 commit 3e44152

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
![pre-commit](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml/badge.svg)
55
[![Documentation Status](https://readthedocs.org/projects/roseau-load-flow/badge/?version=latest)](https://roseau-load-flow.readthedocs.io/en/latest/?badge=latest)
66

7-
_Roseau Load Flow_ is a powerful multi-phase load flow solver for unbalanced power flow analysis that
8-
offers:
7+
_Roseau Load Flow_ is a powerful load flow solver and static analysis tool that offers:
98

10-
- Multi-phase, unbalanced power flow analysis
11-
- Performance optimized solver written in C++
9+
- **Multi-phase**, **unbalanced** power flow analysis
10+
- A performance optimized solver written in C++
1211
- A catalogue of real-world transformer and line models
13-
- An ergonomic object-oriented Python interface
12+
- An ergonomic object-oriented Python interface with unit-aware quantities
1413
- A comprehensive documentation with code examples
1514
- Real-world distribution network data samples in the library (with more available on request)
1615

17-
In addition to the following _unique_ set of features:
16+
In addition to the following **unique** set of features:
1817

19-
- Support for floating neutrals for loads and sources
18+
- Support for _floating neutrals_ for loads and sources
2019
- Four-wire multi-phase modelling with no Kron's reduction, no transformations, no assumptions on the
2120
network topology and no implicit earthing everywhere
22-
- Support for flexible, voltage-dependent, loads directly in the Newton algorithm for better convergence
21+
- Support for **flexible**, voltage-dependent, loads directly in the Newton algorithm for better
22+
convergence and stability
2323

2424
This project is compatible with Python version 3.10 and newer. The
2525
[installation instructions](https://roseau-load-flow.roseautechnologies.com/Installation.html)

doc/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ myst:
1515

1616
# Welcome to the Roseau Load Flow documentation
1717

18-
_Roseau Load Flow_ is a powerful multi-phase load flow solver for unbalanced power flow analysis that
19-
offers:
18+
_Roseau Load Flow_ is a powerful load flow solver and static analysis tool that offers:
2019

21-
- Multi-phase, unbalanced power flow analysis
22-
- Performance optimized solver written in C++
20+
- **Multi-phase**, **unbalanced** power flow analysis
21+
- A performance optimized solver written in C++
2322
- A catalogue of real-world transformer and line models
24-
- An ergonomic object-oriented Python interface
23+
- An ergonomic object-oriented Python interface with unit-aware quantities
2524
- A comprehensive documentation with code examples
2625
- Real-world distribution network data samples in the library (with more available on request)
2726

28-
In addition to the following _unique_ set of features:
27+
In addition to the following **unique** set of features:
2928

30-
- Support for floating neutrals for loads and sources
29+
- Support for _floating neutrals_ for loads and sources
3130
- Four-wire multi-phase modelling with no Kron's reduction, no transformations, no assumptions on the
3231
network topology and no implicit earthing everywhere
33-
- Support for flexible, voltage-dependent, loads directly in the Newton algorithm for better convergence
32+
- Support for **flexible**, voltage-dependent, loads directly in the Newton algorithm for better
33+
convergence and stability
3434

3535
This software is developed by [Roseau Technologies](https://www.roseautechnologies.com/en).
3636
<a href="https://www.linkedin.com/company/roseau-technologies/"><i class="fa-brands fa-linkedin" ></i></a>

0 commit comments

Comments
 (0)