Skip to content

Commit d31ebac

Browse files
jeremich41MaxJPRey
andauthored
Choke Generation (#812)
* Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Choke Generation * black fix * black fix * black fix * add unit test * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * fix ipy compatibility * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * add unit test, fix bugs * Fix UT * Fix UT * add unit test, fix bugs * add unit test, fix bugs * fix IronPython problems * fix IronPython problems * fix IronPython problems * Update pyaedt/modeler/GeometryOperators.py Co-authored-by: Maxime Rey <[email protected]> * Update pyaedt/modeler/Object3d.py Co-authored-by: Maxime Rey <[email protected]> * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * fix IronPython problems * Added Example * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test and rename variable * adding unit test * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods * adding unit test and splitting methods Co-authored-by: maxcapodi78 <Shark78> Co-authored-by: Maxime Rey <[email protected]>
1 parent fa8b3a4 commit d31ebac

20 files changed

+1740
-2
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": true,
4+
"2": false,
5+
"3": false,
6+
"4": false
7+
},
8+
"Layer": {
9+
"Simple": true,
10+
"Double": false,
11+
"Triple": false
12+
},
13+
"Layer Type": {
14+
"Separate": true,
15+
"Linked": false
16+
},
17+
"Similar Layer": {
18+
"Similar": true,
19+
"Different": false
20+
},
21+
"Mode": {
22+
"Differential": true,
23+
"Common": false
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": false,
28+
"Octagon": false,
29+
"Circle": true
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 20,
41+
"Outer Radius": 50,
42+
"Height": 20,
43+
"Wire Diameter": 1,
44+
"Turns": 1000,
45+
"Coil Pit(deg)": 100,
46+
"Occupation(%)": 84.94888888888889
47+
},
48+
"Mid Winding": {
49+
"Turns": 20,
50+
"Coil Pit(deg)": 3.8227,
51+
"Occupation(%)": 84.94888888888889
52+
},
53+
"Inner Winding": {
54+
"Turns": 20,
55+
"Coil Pit(deg)": 3.8227,
56+
"Occupation(%)": 84.94888888888889
57+
}
58+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Number of Windings": {"1": true, "2": false, "3": false, "4": false}, "Layer": {"Simple": true, "Double": false, "Triple": false}, "Layer Type": {"Separate": true, "Linked": false}, "Similar Layer": {"Similar": true, "Different": false}, "Mode": {"Differential": true, "Common": false}, "Wire Section": {"None": false, "Hexagon": false, "Octagon": false, "Circle": true}, "Core": {"Name": "Core", "Inner Radius": 20, "Outer Radius": 50, "Height": 20, "Chamfer": 0.8}, "Outer Winding": {"Name": "Winding", "Inner Radius": 19.45, "Outer Radius": 50.55, "Height": 21.1, "Wire Diameter": 1, "Turns": 111, "Coil Pit(deg)": 1.621, "Occupation(%)": 99.96166666666666}, "Mid Winding": {"Turns": 111, "Coil Pit(deg)": 1.621, "Occupation(%)": 99.96166666666666}, "Inner Winding": {"Turns": 111, "Coil Pit(deg)": 1.621, "Occupation(%)": 99.96166666666666}}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": true,
4+
"2": false,
5+
"3": false,
6+
"4": false
7+
},
8+
"Layer": {
9+
"Simple": false,
10+
"Double": false,
11+
"Triple": true
12+
},
13+
"Layer Type": {
14+
"Separate": false,
15+
"Linked": true
16+
},
17+
"Similar Layer": {
18+
"Similar": false,
19+
"Different": true
20+
},
21+
"Mode": {
22+
"Differential": true,
23+
"Common": false
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": false,
28+
"Octagon": false,
29+
"Circle": true
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 20,
41+
"Outer Radius": 50,
42+
"Height": 20,
43+
"Wire Diameter": 1,
44+
"Turns": 1000,
45+
"Coil Pit(deg)": 100,
46+
"Occupation(%)": 84.94888888888889
47+
},
48+
"Mid Winding": {
49+
"Turns": 1000,
50+
"Coil Pit(deg)": 100,
51+
"Occupation(%)": 84.94888888888889
52+
},
53+
"Inner Winding": {
54+
"Turns": 1000,
55+
"Coil Pit(deg)": 100,
56+
"Occupation(%)": 84.94888888888889
57+
}
58+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Number of Windings": {"1": true, "2": false, "3": false, "4": false}, "Layer": {"Simple": false, "Double": false, "Triple": true}, "Layer Type": {"Separate": false, "Linked": true}, "Similar Layer": {"Similar": false, "Different": true}, "Mode": {"Differential": true, "Common": false}, "Wire Section": {"None": false, "Hexagon": false, "Octagon": false, "Circle": true}, "Core": {"Name": "Core", "Inner Radius": 20, "Outer Radius": 50, "Height": 20, "Chamfer": 0.8}, "Outer Winding": {"Name": "Winding", "Inner Radius": 17.25, "Outer Radius": 52.75, "Height": 25.5, "Wire Diameter": 1, "Turns": 98, "Coil Pit(deg)": 1.836, "Occupation(%)": 99.96}, "Mid Winding": {"Turns": 104, "Coil Pit(deg)": 1.731, "Occupation(%)": 100.01333333333334}, "Inner Winding": {"Turns": 111, "Coil Pit(deg)": 1.622, "Occupation(%)": 100.02333333333334}}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": false,
4+
"2": true,
5+
"3": false,
6+
"4": false
7+
},
8+
"Layer": {
9+
"Simple": true,
10+
"Double": false,
11+
"Triple": false
12+
},
13+
"Layer Type": {
14+
"Separate": true,
15+
"Linked": false
16+
},
17+
"Similar Layer": {
18+
"Similar": true,
19+
"Different": false
20+
},
21+
"Mode": {
22+
"Differential": false,
23+
"Common": true
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": false,
28+
"Octagon": true,
29+
"Circle": false
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 20,
41+
"Outer Radius": 50,
42+
"Height": 20,
43+
"Wire Diameter": 1,
44+
"Turns": 10,
45+
"Coil Pit(deg)": 0.1,
46+
"Occupation(%)": 84.94888888888889
47+
},
48+
"Mid Winding": {
49+
"Turns": 12,
50+
"Coil Pit(deg)": 0.1,
51+
"Occupation(%)": 84.94888888888889
52+
},
53+
"Inner Winding": {
54+
"Turns": 20,
55+
"Coil Pit(deg)": 3.8227,
56+
"Occupation(%)": 84.94888888888889
57+
}
58+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Number of Windings": {"1": false, "2": true, "3": false, "4": false}, "Layer": {"Simple": true, "Double": false, "Triple": false}, "Layer Type": {"Separate": true, "Linked": false}, "Similar Layer": {"Similar": true, "Different": false}, "Mode": {"Differential": false, "Common": true}, "Wire Section": {"None": false, "Hexagon": false, "Octagon": true, "Circle": false}, "Core": {"Name": "Core", "Inner Radius": 20, "Outer Radius": 50, "Height": 20, "Chamfer": 0.8}, "Outer Winding": {"Name": "Winding", "Inner Radius": 19.45, "Outer Radius": 50.55, "Height": 21.1, "Wire Diameter": 1, "Turns": 10, "Coil Pit(deg)": 1.621, "Occupation(%)": 18.011111111111113}, "Mid Winding": {"Turns": 10, "Coil Pit(deg)": 1.621, "Occupation(%)": 18.011111111111113}, "Inner Winding": {"Turns": 10, "Coil Pit(deg)": 1.621, "Occupation(%)": 18.011111111111113}}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": false,
4+
"2": true,
5+
"3": true,
6+
"4": true
7+
},
8+
"Layer": {
9+
"Simple": false,
10+
"Double": true,
11+
"Triple": true
12+
},
13+
"Layer Type": {
14+
"Separate": true,
15+
"Linked": true
16+
},
17+
"Similar Layer": {
18+
"Similar": true,
19+
"Different": true
20+
},
21+
"Mode": {
22+
"Differential": false,
23+
"Common": true
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": true,
28+
"Octagon": true,
29+
"Circle": true
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 20,
41+
"Outer Radius": 50,
42+
"Height": 20,
43+
"Wire Diameter": 1,
44+
"Turns": 25,
45+
"Coil Pit(deg)": 0.1,
46+
"Occupation(%)": 84.94888888888889
47+
},
48+
"Mid Winding": {
49+
"Turns": 20,
50+
"Coil Pit(deg)": 3.8227,
51+
"Occupation(%)": 84.94888888888889
52+
},
53+
"Inner Winding": {
54+
"Turns": 20,
55+
"Coil Pit(deg)": 3.8227,
56+
"Occupation(%)": 84.94888888888889
57+
}
58+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": false,
4+
"2": true,
5+
"3": false,
6+
"4": false
7+
},
8+
"Layer": {
9+
"Simple": false,
10+
"Double": true,
11+
"Triple": false
12+
},
13+
"Layer Type": {
14+
"Separate": true,
15+
"Linked": false
16+
},
17+
"Similar Layer": {
18+
"Similar": true,
19+
"Different": false
20+
},
21+
"Mode": {
22+
"Differential": false,
23+
"Common": true
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": true,
28+
"Octagon": false,
29+
"Circle": false
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 18.35,
41+
"Outer Radius": 51.65,
42+
"Height": 23.3,
43+
"Wire Diameter": 1,
44+
"Turns": 25,
45+
"Coil Pit(deg)": 1.718,
46+
"Occupation(%)": 47.72222222222222
47+
},
48+
"Mid Winding": {
49+
"Turns": 25,
50+
"Coil Pit(deg)": 1.718,
51+
"Occupation(%)": 47.72222222222222
52+
},
53+
"Inner Winding": {
54+
"Turns": 25,
55+
"Coil Pit(deg)": 1.718,
56+
"Occupation(%)": 47.72222222222222
57+
}
58+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"Number of Windings": {
3+
"1": false,
4+
"2": true,
5+
"3": false,
6+
"4": false
7+
},
8+
"Layer": {
9+
"Simple": false,
10+
"Double": true,
11+
"Triple": false
12+
},
13+
"Layer Type": {
14+
"Separate": false,
15+
"Linked": true
16+
},
17+
"Similar Layer": {
18+
"Similar": false,
19+
"Different": true
20+
},
21+
"Mode": {
22+
"Differential": true,
23+
"Common": false
24+
},
25+
"Wire Section": {
26+
"None": false,
27+
"Hexagon": true,
28+
"Octagon": false,
29+
"Circle": false
30+
},
31+
"Core": {
32+
"Name": "Core",
33+
"Inner Radius": 20,
34+
"Outer Radius": 50,
35+
"Height": 20,
36+
"Chamfer": 0.8
37+
},
38+
"Outer Winding": {
39+
"Name": "Winding",
40+
"Inner Radius": 20,
41+
"Outer Radius": 50,
42+
"Height": 20,
43+
"Wire Diameter": 1,
44+
"Turns": 12,
45+
"Coil Pit(deg)": 0.1,
46+
"Occupation(%)": 84.94888888888889
47+
},
48+
"Mid Winding": {
49+
"Turns": 14,
50+
"Coil Pit(deg)": 0.1,
51+
"Occupation(%)": 84.94888888888889
52+
},
53+
"Inner Winding": {
54+
"Turns": 20,
55+
"Coil Pit(deg)": 0.1,
56+
"Occupation(%)": 84.94888888888889
57+
}
58+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"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": true, "Common": false}, "Wire Section": {"None": false, "Hexagon": true, "Octagon": false, "Circle": false}, "Core": {"Name": "Core", "Inner Radius": 20, "Outer Radius": 50, "Height": 20, "Chamfer": 0.8}, "Outer Winding": {"Name": "Winding", "Inner Radius": 18.35, "Outer Radius": 51.65, "Height": 23.3, "Wire Diameter": 1, "Turns": 12, "Coil Pit(deg)": 1.718, "Occupation(%)": 22.906666666666666}, "Mid Winding": {"Turns": 14, "Coil Pit(deg)": 1.621, "Occupation(%)": 25.215555555555557}, "Inner Winding": {"Turns": 20, "Coil Pit(deg)": 0.1, "Occupation(%)": 84.94888888888889}}

0 commit comments

Comments
 (0)