Skip to content

Commit 32da9d4

Browse files
committed
fix curve
1 parent 5ab3cc2 commit 32da9d4

7 files changed

Lines changed: 4205 additions & 2 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
Point (1) = {0, -9, 0, 0.1};
2+
Point (101) = {0.5, -9, 0, 0.25};
3+
Point (2) = {0, 2.5, 0, 0.1};
4+
Point (3) = {1, -9, 0, 0.1};
5+
Point (4) = {1, 2.5, 0, 0.1};
6+
Point (14) = {0.5, 2.5, 0, 0.25};
7+
Point (5) = {8, 2.5, 0, 0.1};
8+
Point (12) = {8.5, 2.5, 0, 0.25};
9+
Point (6) = {9, 2.5, 0, 0.1};
10+
Point (7) = {8, -9, 0, 0.1};
11+
Point (107) = {8.5, -9, 0, 0.25};
12+
Point (8) = {9, -9, 0, 0.1};
13+
Point (9) = {4.5, 7,0, 0.1};
14+
Point (10) = {4.5, 2.5, 0, 0.1};
15+
Point (11) = {4.5, 6, 0, 0.1};
16+
Point (13) = {4.5, 6.5, 0, 0.25};
17+
Circle (9) = {2, 10, 9};
18+
Circle (10) = {4, 10, 11};
19+
Circle (11) = {12, 10, 13};
20+
Circle (12) = {13, 10, 14};
21+
Circle (3) = {9, 10, 6};
22+
Circle (4) = {11, 10, 5};
23+
Line (5) = {1,2};
24+
Line (6) = {3, 4};
25+
Line (7) = {7, 5};
26+
Line (8) = {8, 6};
27+
28+
Line(34) = {101, 14};
29+
Line(35) = {101, 1};
30+
Line(36) = {3, 101};
31+
Line(37) = {12, 107};
32+
Line(38) = {7, 107};
33+
Line(39) = {8, 107};
34+
35+
36+
Physical Line(1) = {35, 36};
37+
Physical Line(2) = {38, 39};
38+
Physical Line(3) = {5, 6, 7, 8};
39+
Physical Line(4) = {3, 9};
40+
Physical Line(5) = {4, 10};
41+
42+
Line Loop (20) = {35, 5, 9, 3, -8, 39, -37, 11, 12, -34};
43+
Plane Surface(16) = {20};
44+
Physical Surface(200) = {20};
45+
46+
Line Loop (30) = {-36, 6, 10, 4, -7, 38, -37, 11, 12, -34};
47+
Plane Surface(20) = {30};
48+
Physical Surface(100) = {16};
49+
50+
Field[1] = MathEval;
51+
Field[1].F = "0.2";
52+
Background Field = 1;

0 commit comments

Comments
 (0)