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

Fix split admittance for transfomer ratio different from 1 #1121

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vidaldid-rte
Copy link
Collaborator

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?
No

What kind of change does this PR introduce?
Corrects the formula to split addmittance on a transformer with ratio that is not one.

What is the current behavior?
The admittance is divided b two and one part is set on each one.
If the transformer ratio (ratedU2/ratedU1) is not one, this doesn't lead to the same transformer because the lef

What is the new behavior (if this is a feature change)?
Corrects the formula so that each transformer side has the same admittance but the transofmer is not modified.

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

@vidaldid-rte vidaldid-rte added the bug Something isn't working label Nov 15, 2024
@vidaldid-rte vidaldid-rte force-pushed the fix_split_admittance_for_any_ratio branch from 6c26fe4 to 135c189 Compare November 15, 2024 16:58
@vidaldid-rte vidaldid-rte changed the title [WIP] fix split admittance for transfomer ratio different from 1 Fix split admittance for transfomer ratio different from 1 Nov 26, 2024
Copy link

sonarcloud bot commented Nov 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working December 2024 release
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant