Skip to content

Commit

Permalink
refs #2254: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed May 24, 2017
1 parent 468d3f7 commit e69f57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modelica/Magnetic/FluxTubes.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ An example simulation shows the transformer inrush currents due to an initially
parameter SI.Conductivity sigma = mat.sigma
"Conductivity of core material" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));
parameter SI.Length t(displayUnit="mm") = 0.5e-3
"Tickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));
"Thickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));
parameter SI.Length L_lp=10e-3 "Length of leakage of primary Winding" annotation (Dialog(tab="Leakage"));
parameter SI.Area A_lp=10e-6
"Cross section of leakage of primary Winding" annotation (Dialog(tab="Leakage"));
Expand Down Expand Up @@ -3670,7 +3670,7 @@ Simple model of a single phase transformer with a primary and a secondary windin
parameter SI.Conductivity sigma = mat.sigma
"Conductivity of core material" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));
parameter SI.Length t(displayUnit="mm") = 0.5e-3
"Tickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));
"Thickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=EddyCurrents));

parameter SI.Length L_lp=10e-3 "Length of leakage of primary Winding" annotation (Dialog(tab="Leakage"));
parameter SI.Area A_lp=10e-6
Expand Down Expand Up @@ -7832,7 +7832,7 @@ on the model behaviour.
annotation(Dialog(tab="Losses and Heat", group="Eddy Currents"), Evaluate=true, HideResult=true, choices(checkBox=true));

parameter SI.Conductivity sigma=10e6 "Conductivity of core material" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=includeEddyCurrents));
parameter SI.Length d = 0.5e-3 "Tickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=includeEddyCurrents));
parameter SI.Length d = 0.5e-3 "Thickness of lamination" annotation (Dialog(tab="Losses and Heat", group="Eddy Currents", enable=includeEddyCurrents));

output SI.MagneticFieldStrength H(start=0) "Magnetic field strength";
output SI.MagneticFieldStrength Hstat
Expand Down

0 comments on commit e69f57e

Please sign in to comment.