How to create a Common Mode Choke with different number of turns in two layers

byang
byang Member, Employee Posts: 2
Photogenic Ansys Employee
✭✭✭

Hi,

I'm trying to model a Common Mode Choke which has two layers of windings. The number of turns is different for each layer.

I tried different values of "Layer", "Layer Type" and "Similar Layer", but cannot get the correct design.

Values = {
    "Number of Windings": {"1": False, "2": True, "3": False, "4": False},
    "Layer": {"Simple": False, "Double": True, "Triple": False},
    "Layer Type": {"Separate": False, "Linked": True},
    "Similar Layer": {"Similar": False, "Different": True},
    "Mode": {"Differential": False, "Common": True},
    "Wire Section": {"None": False, "Hexagon": True, "Octagon": False, "Circle": False},
    "Core": {
        "Name": "Core",
        "Material": "ferrite",
        "Inner Radius": 8,
        "Outer Radius": 12,
        "Height": 12,
        "Chamfer": 0.0,
    },
    "Outer Winding": {
        "Name": "Winding",
        "Material": "copper",
        "Inner Radius": 6,
        "Outer Radius": 15,
        "Height": 18,
        "Wire Diameter": 1,
        "Turns": 11,
        "Coil Pit(deg)": 0.1,
        "Occupation(%)": 100,
    },
    "Mid Winding": {"Turns": 9, "Coil Pit(deg)": 0.1, "Occupation(%)": 0},
    "Inner Winding": {"Turns": 8, "Coil Pit(deg)": 0.1, "Occupation(%)": 0},
}
  • The Ansys simulation product(s): Electronics
  • Version of product: 2023.R1
Tagged:

Answers

  • Chris Harrold
    Chris Harrold Member, Administrator, Employee Posts: 183
    5 Answers 100 Comments Photogenic Name Dropper
    admin

    Using my super powers of "knowing someone who might be able to answer this, I summon:

    @massimo_pyaedt @Massimo

    to come take a look at this question.