Appearance
Magnetic Permeability
The magnetic permeability calculation can give you
- effective permeability of the system
- magnetic field distribution
- magnetization distribution
- magnetic induction distribution
Solved Equation
, where
- B Magnetic induction
- Permeability, the vacuum permeability, the relative permeability
- H Magnetic field
Input options
The following options are needed for the magnetic permeability calculation.
- input->system The choice of calculation system must be magnetic
- input->external->magneticField External applied magnetic field (A/m), if you want to calculate the magnetic field distribution within the composite
- x Applied magnetic field along x
- y Applied magnetic field along y
- z Applied magnetic field along z
- input->solver->ref A property tensor for the reference phase called permeability is needed. Tensor definition is explained [here]
<system>
<type>magnetic</type>
<external>
<magneticField>
<x>0</x>
<y>0</y>
<z>0.1</z>
</magneticField>
</external>
<solver>
<ref>
<name>permeability</name>
<rank>2</rank>
<pointGroup>custom</pointGroup>
<component>
<value>100</value>
<index>11</index>
<index>22</index>
<index>33</index>
</component>
</ref>
</solver>
</system>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Output files
There are a total of 4 possible output files for the dielectric calculation
- effPermeability.dat
- avMagneticVariables.dat
- magnField.00000000.dat
- magnetiz.00000000.dat
- magIndc.00000000.dat