Skip to content

Commit

Permalink
Added more variables in electromagnetic converters
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.modelica.org/projects/Modelica/trunk@7852 7ce873d0-865f-4ce7-a662-4bb36ea78beb
  • Loading branch information
christiankral committed Sep 13, 2014
1 parent 8f9bf43 commit 9578264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modelica/Magnetic/QuasiStatic/FundamentalWave.mo
Expand Up @@ -4885,6 +4885,9 @@ Magnetic.FundamentalWave.BasicMachines.Components.SymmetricMultiPhaseWinding</a>
annotation (Dialog(enable=not useHeatPort));
parameter Real effectiveTurns=1 "Effective number of turns per phase";

Modelica.SIunits.Voltage v = pin_p.v - pin_n.v "Voltage";
Modelica.SIunits.Current i = pin_p.i "Current";

Modelica.SIunits.ComplexMagneticPotentialDifference V_m = port_p.V_m - port_n.V_m
"Complex magnetic potential difference";
Modelica.SIunits.MagneticPotentialDifference abs_V_m = Modelica.ComplexMath.'abs'(V_m)
Expand Down

0 comments on commit 9578264

Please sign in to comment.