Basic Files
This commit is contained in:
BIN
Komponentenauslegung/Trafo/Kern/Fit_PC47_100kHz_60C.sfit
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Fit_PC47_100kHz_60C.sfit
Normal file
Binary file not shown.
BIN
Komponentenauslegung/Trafo/Kern/Fit_PC_95_100kHz_60C.sfit
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Fit_PC_95_100kHz_60C.sfit
Normal file
Binary file not shown.
BIN
Komponentenauslegung/Trafo/Kern/Kernmaterialien.xlsx
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Kernmaterialien.xlsx
Normal file
Binary file not shown.
BIN
Komponentenauslegung/Trafo/Kern/Losses_PC47.png
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Losses_PC47.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 KiB |
14
Komponentenauslegung/Trafo/Kern/Losses_PC47_100kHz_60C.csv
Normal file
14
Komponentenauslegung/Trafo/Kern/Losses_PC47_100kHz_60C.csv
Normal file
@ -0,0 +1,14 @@
|
||||
x, y
|
||||
0.1002494289906044, 80.71024122016841
|
||||
0.10802869649936904, 94.89628792946644
|
||||
0.11816471441148023, 117.0179072146259
|
||||
0.1286093870259706, 142.92852915528385
|
||||
0.13928158865877746, 176.24711912279753
|
||||
0.15425950151920617, 230.1145910535005
|
||||
0.16831339878741391, 281.0675803330006
|
||||
0.18641330305011272, 356.6345145611606
|
||||
0.20852721551354678, 461.2209191017241
|
||||
0.22752520290227124, 574.1807178652496
|
||||
0.24702019565443625, 701.3183488513777
|
||||
0.26751830544534283, 840.4440174219649
|
||||
0.2970254238548787, 1097.3140005634307
|
||||
|
BIN
Komponentenauslegung/Trafo/Kern/Losses_PC95.png
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Losses_PC95.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
24
Komponentenauslegung/Trafo/Kern/Losses_PC95_100kHz_60C.csv
Normal file
24
Komponentenauslegung/Trafo/Kern/Losses_PC95_100kHz_60C.csv
Normal file
@ -0,0 +1,24 @@
|
||||
x, y
|
||||
0.09980911940244717, 63.09573444801933
|
||||
0.10369689340507997, 67.55066513294419
|
||||
0.11002434828571836, 78.75829328777596
|
||||
0.11496712074250538, 87.24503892398667
|
||||
0.12013194404476639, 100
|
||||
0.126733735451327, 112.68130079648544
|
||||
0.1331884038422887, 124.82348288165197
|
||||
0.13997181456763289, 143.07229891937573
|
||||
0.14879674393106349, 163.98903672222477
|
||||
0.1560766123737784, 184.78497974222907
|
||||
0.16496861828626572, 208.21811885006582
|
||||
0.17270939514740014, 234.62288481422624
|
||||
0.1815056471454183, 259.9051079393097
|
||||
0.19002238643913313, 292.8644564625237
|
||||
0.19931921604642963, 330.0034791125285
|
||||
0.20907089227662543, 371.8522129376553
|
||||
0.2209820914113209, 426.2158829015325
|
||||
0.2317936220347043, 480.265601054672
|
||||
0.24406496195855046, 532.0175096324757
|
||||
0.2604460790820152, 630.9573444801937
|
||||
0.2716269754224496, 698.9473207273486
|
||||
0.2838296410465342, 774.263682681127
|
||||
0.2977159828600288, 857.6958985908946
|
||||
|
BIN
Komponentenauslegung/Trafo/Kern/TDK_E_Cores.pdf
Normal file
BIN
Komponentenauslegung/Trafo/Kern/TDK_E_Cores.pdf
Normal file
Binary file not shown.
BIN
Komponentenauslegung/Trafo/Kern/Trafoauslegungen.xlsx
Normal file
BIN
Komponentenauslegung/Trafo/Kern/Trafoauslegungen.xlsx
Normal file
Binary file not shown.
15
Komponentenauslegung/Trafo/Kern/Verlustkoeffizienten.m
Normal file
15
Komponentenauslegung/Trafo/Kern/Verlustkoeffizienten.m
Normal file
@ -0,0 +1,15 @@
|
||||
clear all
|
||||
close all
|
||||
|
||||
data = readtable("Losses_PC95_100kHz_60C.csv");
|
||||
|
||||
B = data.x;
|
||||
P = data.y;
|
||||
|
||||
figure
|
||||
loglog(B*1e3, P);
|
||||
grid minor
|
||||
xlabel("B_{max} in mT")
|
||||
ylabel("Core Losses in kW/m^3")
|
||||
title("Core Losses")
|
||||
|
||||
Reference in New Issue
Block a user