Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 phase transformer losses division by 3 #1201

Merged
merged 4 commits into from
Apr 12, 2021
Merged

Conversation

elodin
Copy link
Contributor

@elodin elodin commented Apr 9, 2021

As based on #1073, the overall trafo losses have to be divided by 3 phases for 3 phase calculations.
This request does that only for 3 phase calculations (using runpp_3ph) and shows more consistent results for the bus P_mw values for a variety of tested grids. The comparison is made to the results of the same (but balanced) grid, calculated using runpp.
I.e. for a unbalanced version of the SimBench LV-rural2 grid, it shows the following results on buses:

Before change - Max. Difference of p_mw between 1 and 3 phase:
0.0019667287444448955
In percent, this means:
3.3230423588091575

After change - Max. Difference of p_mw between 1 and 3 phase:
0.00015141917685417006
In percent, this means:
0.2558422660184597

@codecov
Copy link

codecov bot commented Apr 9, 2021

Codecov Report

Merging #1201 (9a04719) into develop (9f893e3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1201   +/-   ##
========================================
  Coverage    87.61%   87.61%           
========================================
  Files          162      162           
  Lines        15773    15773           
========================================
  Hits         13819    13819           
  Misses        1954     1954           
Impacted Files Coverage Δ
pandapower/build_branch.py 97.40% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f893e3...9a04719. Read the comment docs.

@elodin elodin marked this pull request as ready for review April 9, 2021 10:15
@lthurner lthurner merged commit 65b8168 into e2nIEE:develop Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants