Skip to content
On this page

Magnetic Permeability

The magnetic permeability calculation can give you

  1. effective permeability of the system
  2. magnetic field distribution
  3. magnetization distribution
  4. magnetic induction distribution

Solved Equation

B=0\nabla \cdot B = 0, where B=μ0μrHB = \mu_0 \mu_r H

  • B Magnetic induction
  • μ\mu Permeability, μ0\mu_0 the vacuum permeability, μr\mu_r 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

Output files

There are a total of 4 possible output files for the dielectric calculation

  1. effPermeability.dat
  2. avMagneticVariables.dat
  3. magnField.00000000.dat
  4. magnetiz.00000000.dat
  5. magIndc.00000000.dat

This website is developed using vitepress.