Skip to content

Commit 724bf26

Browse files
authored
Merge pull request #44 from upb-lea/MTB_permeability_input
added general_information.csv file for N87
2 parents cd593aa + da4bb94 commit 724bf26

File tree

8 files changed

+693
-1402
lines changed

8 files changed

+693
-1402
lines changed

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ recursive=no
104104
# source root.
105105
source-roots=
106106

107-
# When enabled, pylint would attempt to guess common misconfiguration and emit
108-
# user-friendly hints instead of false-positive error messages.
109-
suggestion-mode=yes
110-
111107
# Allow loading of arbitrary C extensions. Extensions are imported into the
112108
# active Python interpreter and may run arbitrary code.
113109
unsafe-load-any-extension=no

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Usable features
1919
* The database currently contains 19 different ferrite materials as shown in the following table
2020
* Datasheet: Digitized plots of the manufacturer datasheet (only for plotting)
2121
* FEM-Datasheet: Data for FEM-simulation based on the manufacturer datasheet
22-
* LEA_LK & LEA_MTB: Data for FEM-simulation measured by the department of Power Electronics and Electrical Drives at Paderborn University
22+
* TDK_MDT: Data for FEM-simulation based on the magnetic design tool by Epcos TDK
23+
* LEA_MTB: Data for FEM-simulation measured by the department of Power Electronics and Electrical Drives at Paderborn University
2324
* MagNet: Data for FEM-simulation from the `MagNet <https://mag-net.princeton.edu/>`__ project
2425

2526
|material_overview|
576 KB
Loading

docs/source/figures/Material_Database_Overview.svg

Lines changed: 687 additions & 1396 deletions
Loading
-2.1 KB
Binary file not shown.

docs/wordlist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ usetex
108108
GridSpec
109109
pdf
110110
dft
111+
Epcos
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
application,material,initial permeability,curie temperature in C,density in kg/m^3,resistivity in Ohm m,saturation flux density in T at 25 C,saturation flux density in T at 100 C
2+
power conversion,MnZn,2200,210,4850,10,0.49,0.39

materialdatabase/processing/data_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_overview_table(self) -> pd.DataFrame:
147147
columns="column",
148148
values="value",
149149
fill_value=False,
150-
aggfunc="any"
150+
aggfunc="mean"
151151
)
152152

153153
return pivot

0 commit comments

Comments
 (0)