Skip to content

Commit 35abbbb

Browse files
authored
Fix I0 of some transformers in the catalogue (#449)
The no-load currents (I0) of some of the most recent transformers in the catalogue were off by a factor of 100. The values in the manufacturers catalogue are in % while the values we save are in pu. This PR fixes these currents for affected transformers. Note that this considerably improves the reactive power losses in these transformers, up to a factor of 2 when the transformer is fully loaded.
1 parent 4df4890 commit 35abbbb

2 files changed

Lines changed: 53 additions & 52 deletions

File tree

doc/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ og:description: See what's new in the latest release of Roseau Load Flow !
2121

2222
## Unreleased
2323

24+
- {gh-pr}`449` Fix wrong unit of no-load current of some transformers in the catalogue.
2425
- {gh-pr}`447` Fix serialization to JSON when the `Switch` constructor gets a numpy bool as the `closed` argument.
2526
- {gh-pr}`440` Add switch `closed` status to the network's switches dataframe and graph representation.
2627
- {gh-pr}`439` Fix repr string of `rlf.GroundConnection`

0 commit comments

Comments
 (0)