Skip to content

Commit 66cd82f

Browse files
authored
Merge pull request modelica#4740 from AHaumer/FT_M330-50A
FluxTubes: material M330_50A
2 parents 74c1caa + d3f3bc8 commit 66cd82f

2 files changed

Lines changed: 32 additions & 6 deletions

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within Modelica.Magnetic.FluxTubes.Material.SoftMagnetic.ElectricSheet;
2-
record M330_50A "M330-50A (1.0809) @ 50Hz"
2+
record M330_50A "M330-50A (1.0809) @ 50Hz complete core"
33
extends FluxTubes.Material.SoftMagnetic.BaseData(
44
label="M330-50A",
55
mu_i=500,
@@ -8,12 +8,18 @@ record M330_50A "M330-50A (1.0809) @ 50Hz"
88
c_b=9.38,
99
n=9.6);
1010
annotation (defaultComponentPrefixes="parameter",
11+
preferredView="info",
1112
Documentation(info="<html>
1213
<p>
1314
Please refer to the description of the enclosing package <a href=\"modelica://Modelica.Magnetic.FluxTubes.Material.SoftMagnetic\">SoftMagnetic</a> for a description of all soft magnetic material characteristics of this package.
1415
</p>
1516
<p>
1617
Sample: complete core after machining and packet assembling<br>
1718
</p>
19+
<h4>Note</h4>
20+
<p>
21+
This material has been measured under different conditions (complete core / machined and packeted) as the other electric sheets (sheet strip / Epstein frame).
22+
Direct comparison with other material is therefore not possible.
23+
</p>
1824
</html>"));
1925
end M330_50A;

Modelica/Magnetic/FluxTubes/Material/SoftMagnetic/package.mo

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,47 @@ within Modelica.Magnetic.FluxTubes.Material;
22
package SoftMagnetic "Characteristics mu_r(B) of common soft magnetic materials; hysteresis neglected"
33
extends Modelica.Icons.MaterialPropertiesPackage;
44

5-
annotation (Documentation(info="<html>
5+
annotation (preferredView="info",
6+
Documentation(info="<html>
67
<p>
7-
The magnetisation characteristics mu_r(B) of all soft magnetic materials currently included in this library are approximated with a <a href=\"modelica://Modelica.Magnetic.FluxTubes.Material.SoftMagnetic.mu_rApprox\">function</a>. Each material is characterised by the five parameters of this function. The approximated characteristics mu_r(B) for most of the ferromagnetic materials currently included are shown in the plots below (solid lines) together with the original data points compiled from measurements and literature.
8+
The magnetisation characteristics mu_r(B) of all soft magnetic materials currently included in this library are approximated
9+
with a <a href=\"modelica://Modelica.Magnetic.FluxTubes.Material.SoftMagnetic.mu_rApprox\">function</a>. Each material is characterised by the five parameters of this function.
10+
The approximated characteristics mu_r(B) for most of the ferromagnetic materials currently included are shown in the plots below (solid lines)
11+
together with the original data points compiled from measurements and literature.
812
</p>
913
1014
<div>
15+
<img src=\"modelica://Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png\" alt=\"Approximated magnetization characteristics of included electric sheets\"><br>
1116
<img src=\"modelica://Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png\" alt=\"Approximated magnetization characteristics of selected steels\"><br>
1217
<img src=\"modelica://Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png\" alt=\"Approximated magnetization characteristics of miscellaneous soft magnetic materials\"><br>
13-
<img src=\"modelica://Modelica/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png\" alt=\"Approximated magnetization characteristics of included electric sheets\"><br>
1418
</div>
1519
20+
21+
<h4>Note</h4>
1622
<p>
17-
For the nonlinear curve fit, data points for high flux densities (approximately B>1T) have been weighted higher than the ones for low flux densities. This is due to the large impact of saturated ferromagnetic sections in a magnetic circuit compared to that of non-saturated sections with relative permeabilities mu_r>>1.
23+
The material <a href=\"modelica://Modelica.Magnetic.FluxTubes.Material.SoftMagnetic.ElectricSheet.M330_50A\">M330-50A</a> has been measured
24+
under different conditions (complete core / machined and packeted) as the other electric sheets (sheet strip / Epstein frame).
25+
Therefore, a direct comparison with other materials is not possible.
1826
</p>
1927
2028
<p>
21-
Note that the magnetisation characteristics largely depend on possible previous machining and on measurement conditions. A virgin material normally has a considerably higher permeability than the same material after machining (and packet assembling in case of electric sheets). This is indicated in the above plots by different magnetisation curves for similar materials. In most cases, the original data points represent commutating curves obtained with measurements at 50Hz.
29+
For the nonlinear curve fit, data points for high flux densities (approximately B>1T) have been weighted higher than the ones for low flux densities.
30+
This is due to the large impact of saturated ferromagnetic sections in a magnetic circuit compared to that of non-saturated sections with relative permeabilities mu_r>>1.
31+
</p>
32+
33+
<p>
34+
Note that the magnetisation characteristics largely depend on possible previous machining and on measurement conditions.
35+
A virgin material normally has a considerably higher permeability than the same material after machining (and packet assembling in case of electric sheets).
36+
This is indicated in the above plots by different magnetisation curves for similar materials. In most cases, the original data points represent commutating curves obtained with measurements at 50Hz.
2237
</p>
2338
2439
<p>
2540
Additional user-specific materials can be defined as needed. This requires determination of the approximation parameters from the original data points, preferably with a nonlinear curve fit.
2641
</p>
42+
43+
<p>
44+
The magnetisation characteristics of the included soft magnetic materials were compiled and measured respectively by Thomas Roschke.
45+
Provision of this data is highly appreciated. He also formulated the approximation function used for description of the magnetisation characteristics of these materials.
46+
</p>
2747
</html>"));
2848
end SoftMagnetic;

0 commit comments

Comments
 (0)