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

Bugs in transformers: wrong sign of secondary power calculation & orientation of secondary components #1474

Closed
modelica-trac-importer opened this issue Jan 14, 2017 · 3 comments
Assignees
Labels
bug Critical/severe issue L: Electrical.Machines Issue addresses Modelica.Electrical.Machines

Comments

@modelica-trac-importer
Copy link

Reported by christiankral on 3 May 2014 20:25 UTC
Transformer models have a primary side (index 1) and secondary side (index 2). Often power is transferred from side 1 to 2. Nevertheless, any transformer model shall be symmetrical. Therefore, transformer models shall behave the very same way independent on whether power is transferred from side 1 to side 2 or from side 2 to side 1. This is currently not the case.

There are two issues:

  • Power consumed by side 1 is considered through of positive sign in power1, but power consumed by side 2, power2, gives rise to a negative sign.
  • Orientation of secondary resistor and stray inductor differs from orientation of primary winding resistor and stray inductor.

The problem occurs in Modelica.Electrical.Machines.Interfaces.PartialBasicTransformer. Additionally, connections of models based on this partial model need to be updated.

The issues shall be fixed in the MSL 3.2.1 maintenance branch and in the trunk.

Note: A similar issue occurred in #1226


Migrated-From: https://trac.modelica.org/Modelica/ticket/1474

@modelica-trac-importer modelica-trac-importer added bug Critical/severe issue L: Electrical.Machines Issue addresses Modelica.Electrical.Machines labels Jan 14, 2017
@modelica-trac-importer
Copy link
Author

Comment by beutlich on 4 May 2014 19:58 UTC
Please check the milestone. If the erroneous version is trunk(dev) then the fix should probably go to MSL 3.2.2. On the other side, if the fix is for MSL 3.2.1+build3 then the error should already be in MSL 3.2.1+build2.

@modelica-trac-importer
Copy link
Author

Comment by christiankral on 20 Jun 2014 09:21 UTC
Fixed bugs in trunk and maintenance 3.2.1, see 0414edc, d5a38e5.

@modelica-trac-importer
Copy link
Author

Modified by dietmarw on 20 Jun 2014 10:45 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical/severe issue L: Electrical.Machines Issue addresses Modelica.Electrical.Machines
Projects
None yet
Development

No branches or pull requests

2 participants