Skip to content
Snippets Groups Projects
Commit 3f7fc140 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

cleanup

parent 1d2b845a
No related branches found
No related tags found
No related merge requests found
Showing
with 17430 additions and 43 deletions
x = 0;
y = 0;
z = 0;
r = 1;
aufl = 5;
p1 = newp; Point(p1) = {x, y, z, 0.2} ;
p2 = newp; Point(p2) = {x+r,y, z, 0.2} ;
p3 = newp; Point(p3) = {x, y+r,z, 0.2} ;
p4 = newp; Point(p4) = {x, y, z+r, 0.2} ;
p5 = newp; Point(p5) = {x-r,y, z, 0.2} ;
p6 = newp; Point(p6) = {x, y-r,z, 0.2} ;
p7 = newp; Point(p7) = {x, y, z-r, 0.2} ;
c1 = newreg; Circle(c1) = {p2,p1,p7};
c2 = newreg; Circle(c2) = {p7,p1,p5};
c3 = newreg; Circle(c3) = {p5,p1,p4};
c4 = newreg; Circle(c4) = {p4,p1,p2};
c5 = newreg; Circle(c5) = {p2,p1,p3};
c6 = newreg; Circle(c6) = {p3,p1,p5};
c7 = newreg; Circle(c7) = {p5,p1,p6};
c8 = newreg; Circle(c8) = {p6,p1,p2};
c9 = newreg; Circle(c9) = {p7,p1,p3};
c10 = newreg; Circle(c10) = {p3,p1,p4};
c11 = newreg; Circle(c11) = {p4,p1,p6};
c12 = newreg; Circle(c12) = {p6,p1,p7};
l1 = newreg; Line Loop(l1) = {c5,c10,c4};
l2 = newreg; Line Loop(l2) = {c9,-c5,c1};
l3 = newreg; Line Loop(l3) = {c12,-c8,-c1};
l4 = newreg; Line Loop(l4) = {c8,-c4,c11};
l5 = newreg; Line Loop(l5) = {-c10,c6,c3};
l6 = newreg; Line Loop(l6) = {-c11,-c3,c7};
l7 = newreg; Line Loop(l7) = {-c2,-c7,-c12};
l8 = newreg; Line Loop(l8) = {-c6,-c9,c2};
s1 = newreg; Ruled Surface(newreg) = {-l1};
s2 = newreg; Ruled Surface(newreg) = {-l2};
s3 = newreg; Ruled Surface(newreg) = {-l3};
s4 = newreg; Ruled Surface(newreg) = {-l4};
s5 = newreg; Ruled Surface(newreg) = {-l5};
s6 = newreg; Ruled Surface(newreg) = {-l6};
s7 = newreg; Ruled Surface(newreg) = {-l7};
s8 = newreg; Ruled Surface(newreg) = {-l8};
Transfinite Line {c5,c10,c4} = aufl Using Progression 1.0;
Transfinite Line {c9,-c5,c1} = aufl Using Progression 1.0;
Transfinite Line {c12,-c8,-c1} = aufl Using Progression 1.0;
Transfinite Line {c8,-c4,c11} = aufl Using Progression 1.0;
Transfinite Line {-c10,c6,c3} = aufl Using Progression 1.0;
Transfinite Line {-c11,-c3,c7} = aufl Using Progression 1.0;
Transfinite Line {-c2,-c7,-c12} = aufl Using Progression 1.0;
Transfinite Line {-c6,-c9,c2} = aufl Using Progression 1.0;
Transfinite Surface {s1} = {p4,p3,p2};
Transfinite Surface {s2} = {p7,p3,p2};
Transfinite Surface {s3} = {p7,p6,p2};
Transfinite Surface {s4} = {p4,p6,p2};
Transfinite Surface {s5} = {p4,p5,p3};
Transfinite Surface {s6} = {p4,p6,p5};
Transfinite Surface {s7} = {p7,p6,p5};
Transfinite Surface {s8} = {p7,p3,p5};
Recombine Surface {s1};
Recombine Surface {s2};
Recombine Surface {s3};
Recombine Surface {s4};
Recombine Surface {s5};
Recombine Surface {s6};
Recombine Surface {s7};
Recombine Surface {s8};
Physical Surface(100) = {s1,s2,s3,s4,s5,s6,s7,s8};
\ No newline at end of file
File moved
lc = .4;
Point(1) = {0,0,0,lc};
Point(2) = {1,0.0,0.0,lc};
Point(3) = {0,1,0.0,lc};
Circle(1) = {2,1,3};
Point(4) = {-1,0,0.0,lc};
Point(5) = {0,-1,0.0,lc};
Circle(2) = {3,1,4};
Circle(3) = {4,1,5};
Circle(4) = {5,1,2};
Point(6) = {0,0,-1,lc};
Point(7) = {0,0,1,lc};
Circle(5) = {3,1,6};
Circle(6) = {6,1,5};
Circle(7) = {5,1,7};
Circle(8) = {7,1,3};
Circle(9) = {2,1,7};
Circle(10) = {7,1,4};
Circle(11) = {4,1,6};
Circle(12) = {6,1,2};
Line Loop(13) = {2,8,-10};
Ruled Surface(14) = {13};
Line Loop(15) = {10,3,7};
Ruled Surface(16) = {15};
Line Loop(17) = {-8,-9,1};
Ruled Surface(18) = {17};
Line Loop(19) = {-11,-2,5};
Ruled Surface(20) = {19};
Line Loop(21) = {-5,-12,-1};
Ruled Surface(22) = {21};
Line Loop(23) = {-3,11,6};
Ruled Surface(24) = {23};
Line Loop(25) = {-7,4,9};
Ruled Surface(26) = {25};
Line Loop(27) = {-4,12,-6};
Ruled Surface(28) = {27};
Surface Loop(29) = {28,26,16,14,20,24,22,18};
o = 200;
Point(o+2) = {2,0,0,lc};
Point(o+3) = {0,2,0.0,lc};
Circle(o+1) = {o+2,1,o+3};
Point(o+4) = {-2,0,0,lc};
Point(o+5) = {0,-2,0,lc};
Circle(o+2) = {o+3,1,o+4};
Circle(o+3) = {o+4,1,o+5};
Circle(o+4) = {o+5,1,o+2};
Point(o+6) = {0,0,-2,lc};
Point(o+7) = {0,0,2,lc};
Circle(o+5) = {o+3,1,o+6};
Circle(o+6) = {o+6,1,o+5};
Circle(o+7) = {o+5,1,o+7};
Circle(o+8) = {o+7,1,o+3};
Circle(o+9) = {o+2,1,o+7};
Circle(o+10) = {o+7,1,o+4};
Circle(o+11) = {o+4,1,o+6};
Circle(o+12) = {o+6,1,o+2};
Line Loop(o+13) = {o+2,o+8,-(o+10)};
Ruled Surface(o+14) = {o+13};
Line Loop(o+15) = {o+10,o+3,o+7};
Ruled Surface(o+16) = {o+15};
Line Loop(o+17) = {-(o+8),-(o+9),o+1};
Ruled Surface(o+18) = {o+17};
Line Loop(o+19) = {-(o+11),-(o+2),o+5};
Ruled Surface(o+20) = {o+19};
Line Loop(o+21) = {-(o+5),-(o+12),-(o+1)};
Ruled Surface(o+22) = {o+21};
Line Loop(o+23) = {-(o+3),o+11,o+6};
Ruled Surface(o+24) = {o+23};
Line Loop(o+25) = {-(o+7),o+4,o+9};
Ruled Surface(o+26) = {o+25};
Line Loop(o+27) = {-(o+4),o+12,-(o+6)};
Ruled Surface(o+28) = {o+27};
Surface Loop(o+29) = {o+28,o+26,o+16,o+14,o+20,o+24,o+22,o+18};
Volume(1) = {29};
Volume(2) = {o+29, 29};
Mesh.CharacteristicLengthFactor = 0.05;
lc = 0.7; lc = 0.7;
Point(1) = {0,0,0,lc}; Point(1) = {0,0,0,lc};
Point(2) = {1,0,0,lc}; Point(2) = {1,0,0,lc};
...@@ -21,4 +19,4 @@ Surface Loop(72) = {45,23,67,71,49,27,15,59,37,41,19,63}; ...@@ -21,4 +19,4 @@ Surface Loop(72) = {45,23,67,71,49,27,15,59,37,41,19,63};
//Compound Surface(100)={45,23,67,71,49,27,15,59,37,41,19,63}; //Compound Surface(100)={45,23,67,71,49,27,15,59,37,41,19,63};
Recombine Surface {50, 71, 67, 63, 59, 6, 45, 41, 23, 19, 37, 49, 28, 15, 27}; //Recombine Surface {50, 71, 67, 63, 59, 6, 45, 41, 23, 19, 37, 49, 28, 15, 27};
...@@ -186,7 +186,7 @@ Volume(145) = {144}; ...@@ -186,7 +186,7 @@ Volume(145) = {144};
vPieceC=145; vPieceC=145;
//Include "Probe.geo"; //Include "Probe.geo";
Include "KDS70-2z1.geo"; Include "KDS70-2z1.inc";
For k In {0:1} For k In {0:1}
Point(newp)={ xBox2, yBox2, zB[k], pBox}; Point(newp)={ xBox2, yBox2, zB[k], pBox};
......
// Gmsh project created on Tue Jul 10 15:01:07 2012
// HVPS4.geo
// z.B. Widerstand in Vergussbehlter
m1=1; // am Bauteil
m2=1; // Rest Behlter
m3=1; // in der Oberflche
// Zylinderfrmiges Bauteil auf HV-Potential
R1=3;
L1=22;
WidZ=10;
// HV-Behlter mit geerdeten Wnden und offener Oberflche
BoxX=100;
BoxY=85;
BoxZ=32;
// Oberflchenwiderstand
SurfZ=1; // Dicke der Leitschicht
Point(1) = {0, 0, 0, m1};
Translate {0, -R1, 0} {
Duplicata { Point{1}; }
}
Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} {
Point{2};
}
Extrude {{0, 1, 0}, {0, 0, 0}, -Pi/2} {
Line{1};
}
Extrude {0, L1, 0} {
Line{3};
}
Translate {0, -L1, 0} {
Surface{8, 4};
}
Symmetry {1, 0, 0, 0} {
Duplicata { Surface{8, 4}; }
}
Symmetry {0, 0, 1, 0} {
Duplicata { Surface{8, 9, 4, 14}; }
}
Symmetry {0, 1, 0, 0} {
Duplicata { Surface{9, 14, 8, 4, 30, 26, 21, 16}; }
}
Surface Loop(63) = {40, 45, 53, 62, 57, 49, 36, 31, 9, 14, 30, 21, 16, 26, 4, 8};
Volume(64) = {63};
Geometry.ExactExtrusion=0; // necessary if we transform the extruded surface...
Translate {0, 0, WidZ} { Volume{64}; }
...@@ -334,6 +334,3 @@ Physical Surface(SURAIRINF) = {surairinf}; ...@@ -334,6 +334,3 @@ Physical Surface(SURAIRINF) = {surairinf};
Physical Surface(Z0AIRINF) = {z0airinf}; Physical Surface(Z0AIRINF) = {z0airinf};
Physical Surface(PHI0AIRINF) = {surairphi0inf}; Physical Surface(PHI0AIRINF) = {surairphi0inf};
Physical Surface(PHI1AIRINF) = {surairphi1inf}; Physical Surface(PHI1AIRINF) = {surairphi1inf};
...@@ -24,7 +24,7 @@ h_ec = 16 * u ; //cross section height ...@@ -24,7 +24,7 @@ h_ec = 16 * u ; //cross section height
x_ec = 201.2 * u ; //inner radius x_ec = 201.2 * u ; //inner radius
//Passive shield at (300.3, 0) //Passive shield at (300.3, 0)
w_ps = 0.65 * u;//*40 ; w_ps = 1.65 * u;//*40 ;
//h_ps = 190 * u ; //h_ps = 190 * u ;
x_ps = 300 * u;//inner radius x_ps = 300 * u;//inner radius
......
DefineConstant[ lc = { 0.5, Name "Gmsh/Parameters/lc"}];
DefineConstant[ r1 = { 2, Name "Gmsh/Parameters/r1"}];
DefineConstant[ r2 = { 3, Name "Gmsh/Parameters/r2"}];
DefineConstant[ hole1x = { -2-r1, Name "Gmsh/Parameters/hole1 x"}];
DefineConstant[ hole2x = { 10+r2, Name "Gmsh/Parameters/hole2 x"}];
Point(1) = {hole1x, 0, 0, lc};
Point(2) = {hole2x, 0, 0, lc};
Point(3) = {hole1x-r1, 0, 0, lc};
Point(4) = {hole1x, r1, 0, lc};
Point(5) = {hole1x+r1, 0, 0, lc};
Point(6) = {hole2x+r2, 0, 0, lc};
Point(7) = {hole2x, r2, 0, lc};
Point(8) = {hole2x-r2, 0, 0, lc};
Point(9) = {0, 0, 0, lc};
Point(10) = {0, 1, 0, lc};
Point(11) = {1, 2.5 , 0, lc};
Point(12) = {4, 3, 0, lc};
Point(13) = {7, 3.5, 0, lc};
Point(14) = {8, 1, 0, lc};
Point(15) = {8, 0, 0, lc};
Point(16) = {hole1x-1.5*r1, 0, 0, lc};
Point(17) = {hole1x-1.5*r1, 1.5*r1, 0, lc};
Point(18) = {2, 1.8*r2, 0, lc};
Point(19) = {5, 2*r2, 0, lc};
Point(20) = {8, 2.2*r2, 0, lc};
Point(21) = {hole2x+1.5*r2, 1.5*r2, 0, lc};
Point(22) = {hole2x+1.5*r2, 0, 0, lc};
Circle(1) = {3, 1, 4};
Circle(2) = {4, 1, 5};
Line(3) = {8, 7};
Line(4) = {7, 6};
Spline(5) = {9, 10, 11, 12};
Spline(6) = {12, 13, 14, 15};
Spline(7) = {16, 17, 18, 19};
Spline(8) = {19, 20, 21, 22};
Symmetry {0, 1, 0, 0} {
Duplicata { Line{7, 8, 4, 3, 6, 5, 2, 1}; }
}
Line Loop(17) = {7, 8, -10, -9};
Line Loop(18) = {1, 2, -15, -16};
Line Loop(19) = {5, 6, -13, -14};
Line Loop(20) = {3, 4, -11, -12};
Plane Surface(21) = {17, 18, 19, 20};
Extrude {0, 0, 3} {
Surface{21};
}
This diff is collapsed.
// Gmsh project created on Thu Mar 29 16:46:48 2012
Point(1) = {-22, -22, 0};
Point(2) = {-48.5, -22, 0};
Point(3) = {-50.5, -22, 0};
Point(4) = {4.5, -22, 0};
Point(5) = {6.5, -22, 0};
Point(6) = {-22, -48.5, 0};
Point(8) = {-22, 4.5, 0};
Point(9) = {-22, 6.5, 0};
Point(11) = {22, -4.5, 0};
Point(12) = {22, 48.5, 0};
Point(13) = {22, 50.5, 0};
Point(14) = {-6.5, 22, 0};
Point(15) = {-4.5, 22, 0};
Point(16) = {48.5, 22, 0};
Point(17) = {50.5, 22, 0};
Point(18) = {22, 22, 0};
Point(19) = {-21, -50.5, 0};
Point(21) = {-23, -50.5, 0};
Point(24) = {-21, -52, 0};
Point(25) = {-23, -52, 0};
Point(26) = {23, -52, 0};
Point(27) = {21, -52, 0};
Point(28) = {21, -6.5, 0};
Point(29) = {23, -6.5, 0};
Circle(2) = {8, 1, 4};
Circle(3) = {4, 1, 6};
Circle(4) = {6, 1, 2};
Circle(5) = {2, 1, 8};
Circle(6) = {9, 1, 5};
Circle(7) = {5, 1, 19};
Circle(9) = {21, 1, 3};
Circle(10) = {3, 1, 9};
Circle(11) = {12, 18, 16};
Circle(12) = {16, 18, 11};
Circle(13) = {11, 18, 15};
Circle(14) = {15, 18, 12};
Circle(15) = {13, 18, 17};
Circle(16) = {17, 18, 29};
Circle(17) = {28, 18, 14};
Circle(18) = {14, 18, 13};
Line(19) = {21, 25};
Line(20) = {24, 25};
Line(21) = {24, 19};
Line(22) = {27, 26};
Line(23) = {26, 29};
Line(24) = {28, 27};
Point(31) = {-52, 0, 0};
Point(32) = {-52, -22, 0};
Point(33) = {52, 22, 0};
Point(34) = {22, 52, 0};
Circle(25) = {25, 1, 32};
Circle(26) = {34, 18, 33};
Line(27) = {32, 31};
Line(28) = {24, 27};
Point(35) = {0, 52, 0};
Line(29) = {34, 35};
Line(30) = {35, 31};
Point(36) = {52, 0, 0};
Line(31) = {33, 36};
Line(32) = {36, 26};
Point(37) = {-22, 2.5, 0};
Point(38) = {-22, -46.5, 0};
Point(39) = {2.5, -22, 0};
Point(40) = {-46.5, -22, 0};
Point(41) = {46.5, 22, 0};
Point(42) = {-2.5, 22, 0};
Point(43) = {22, -2.5, 0};
Point(44) = {22, 46.5, 0};
Circle(33) = {37, 1, 39};
Circle(34) = {39, 1, 38};
Circle(35) = {38, 1, 40};
Circle(36) = {40, 1, 37};
Circle(37) = {44, 18, 41};
Circle(38) = {41, 18, 43};
Circle(39) = {43, 18, 42};
Circle(40) = {42, 18, 44};
Point(45) = {22, 46.5, -10};
Point(46) = {22, -2.5, -10};
Point(47) = {-2.5, 22, -10};
Point(48) = {46.5, 22, -10};
Point(49) = {22, 22, -10};
Point(50) = {-22, -22, -10};
Point(51) = {-46.5, -22, -10};
Point(52) = {2.5, -22, -10};
Point(53) = {-22, 2.5, -10};
Circle(41) = {47, 49, 46};
Circle(42) = {46, 49, 48};
Circle(43) = {48, 49, 45};
Circle(44) = {45, 49, 47};
Circle(45) = {52, 50, 53};
Circle(46) = {53, 50, 51};
Point(54) = {-22, -46.5, -10};
Circle(47) = {51, 50, 54};
Circle(48) = {54, 50, 52};
Line(49) = {38, 54};
Line(50) = {39, 52};
Line(51) = {40, 51};
Line(52) = {37, 53};
Line(53) = {43, 46};
Line(54) = {42, 47};
Line(55) = {41, 48};
Line(56) = {44, 45};
Line Loop(57) = {37, 55, 43, -56};
Ruled Surface(58) = {57};
Line Loop(59) = {40, 56, 44, -54};
Ruled Surface(60) = {59};
Line Loop(61) = {41, -53, 39, 54};
Ruled Surface(62) = {61};
Line Loop(63) = {42, -55, 38, 53};
Ruled Surface(64) = {63};
Line Loop(65) = {33, 50, 45, -52};
Ruled Surface(66) = {65};
Line Loop(67) = {48, -50, 34, 49};
Ruled Surface(68) = {67};
Line Loop(69) = {35, 51, 47, -49};
Ruled Surface(70) = {69};
Line Loop(71) = {46, -51, 36, 52};
Ruled Surface(72) = {71};
Line Loop(73) = {33, 34, 35, 36};
Line Loop(74) = {40, 37, 38, 39};
Line Loop(75) = {29, 30, -27, -25, -20, 28, 22, -32, -31, -26};
Plane Surface(76) = {73, 74, 75};
Point(55) = {-52, 0, -10};
Point(56) = {-52, -22, -10};
Point(57) = {-23, -52, -10};
Point(58) = {23, -52, -10};
Point(59) = {52, 0, -10};
Point(60) = {52, 22, -10};
Point(61) = {22, 52, -10};
Point(62) = {0, 52, -10};
Line(77) = {56, 55};
Line(78) = {55, 62};
Line(79) = {62, 61};
Line(80) = {60, 59};
Line(81) = {59, 58};
Line(82) = {58, 57};
Circle(83) = {60, 49, 61};
Circle(84) = {56, 50, 57};
Line Loop(85) = {48, 45, 46, 47};
Line Loop(86) = {41, 42, 43, 44};
Line Loop(87) = {78, 79, -83, 80, 81, 82, -84, 77};
Plane Surface(88) = {85, 86, 87};
Point(63) = {-52, -23, -15};
Point(64) = {-52, -22, -15};
Point(65) = {-23, -52, -15};
Point(66) = {0, -52, -15};
Point(67) = {23, -52, -15};
Point(68) = {52, 0, -15};
Point(69) = {52, 22, -15};
Point(70) = {22, 52, -15};
Point(71) = {0, 52, -15};
Point(72) = {-52, 0, -15};
Delete {
Point{63};
}
Line(89) = {70, 71};
Line(90) = {71, 72};
Line(91) = {72, 64};
Line(92) = {65, 66};
Line(93) = {66, 67};
Delete {
Line{93, 92};
}
Delete {
Point{66};
}
Line(92) = {65, 67};
Line(93) = {67, 68};
Line(94) = {68, 69};
Point(73) = {-22, -22, -15};
Point(74) = {22, 22, -15};
Circle(95) = {69, 74, 70};
Circle(96) = {64, 73, 65};
Line(97) = {62, 71};
Line(98) = {70, 61};
Line(99) = {69, 60};
Line(100) = {59, 68};
Line(101) = {55, 72};
Line(102) = {64, 56};
Line(103) = {65, 57};
Line(104) = {58, 67};
Line Loop(105) = {93, 94, 95, 89, 90, 91, 96, 92};
Plane Surface(106) = {105};
Line Loop(107) = {93, -100, 81, 104};
Plane Surface(108) = {107};
Line Loop(109) = {104, -92, 103, -82};
Plane Surface(110) = {109};
Line Loop(111) = {102, 77, 101, 91};
Plane Surface(112) = {111};
Line Loop(113) = {90, -101, 78, 97};
Plane Surface(114) = {113};
Line Loop(115) = {97, -89, 98, -79};
Plane Surface(116) = {115};
Line Loop(117) = {94, 99, 80, 100};
Plane Surface(118) = {117};
Line Loop(119) = {95, 98, -83, -99};
Ruled Surface(120) = {119};
Line Loop(121) = {96, 103, -84, -102};
Ruled Surface(122) = {121};
Delete {
Line{13, 17, 18, 14, 12, 16, 23, 24, 10, 5, 6, 2, 4, 9, 3, 7, 15, 11, 21, 19};
}
Delete {
Point{13, 12, 15, 14, 11, 29, 28, 16, 17, 21, 19, 6, 3, 2, 9, 8, 4, 5};
}
Point(75) = {22, 22, 0.1};
Point(76) = {48.5, 22, 0.1};
Point(77) = {50.5, 22, 0.1};
Point(78) = {-6.5, 22, 0.1};
Point(79) = {-4.5, 22, 0.1};
Point(80) = {22, -6.5, 0.1};
Point(81) = {22, -4.5, 0.1};
Point(82) = {22, 48.5, 0.1};
Point(83) = {22, 50.5, 0.1};
Point(84) = {-22, -50.5, 0.1};
Point(85) = {-22, -48.5, 0.1};
Point(86) = {-22, 4.5, 0.1};
Point(87) = {-22, 6.5, 0.1};
Point(88) = {-50.5, -22, 0.1};
Point(89) = {-48.5, -22, 0.1};
Point(90) = {6.5, -22, 0.1};
Point(91) = {4.5, -22, 0.1};
Point(92) = {-22, -22, 0.1};
Circle(123) = {86, 92, 91};
Circle(124) = {91, 92, 85};
Circle(125) = {85, 92, 89};
Circle(126) = {89, 92, 86};
Circle(127) = {82, 75, 76};
Circle(128) = {76, 75, 81};
Circle(129) = {81, 75, 79};
Circle(130) = {79, 75, 82};
Point(93) = {-21, -52, 0.1};
Point(94) = {-23, -52, 0.1};
Point(95) = {23, -52, 0.1};
Point(96) = {21, -52, 0.1};
Point(97) = {21, -6.5, 0.1};
Point(98) = {23, -6.5, 0.1};
Point(99) = {-23, -50.5, 0.1};
Point(100) = {-21, -50.5, 0.1};
Delete {
Point{80, 84};
}
Circle(131) = {99, 92, 88};
Circle(132) = {88, 92, 87};
Circle(133) = {87, 92, 90};
Circle(134) = {90, 92, 100};
Circle(135) = {77, 75, 98};
Circle(136) = {97, 75, 78};
Circle(137) = {78, 75, 83};
Circle(138) = {83, 75, 77};
Line(139) = {99, 94};
Line(140) = {94, 93};
Line(141) = {100, 93};
Line(142) = {97, 96};
Line(143) = {96, 95};
Line(144) = {95, 98};
Line Loop(145) = {123, 124, 125, 126};
Line Loop(146) = {134, 141, -140, -139, 131, 132, 133};
Plane Surface(147) = {145, 146};
Line Loop(148) = {129, 130, 127, 128};
Line Loop(149) = {136, 137, 138, 135, -144, -143, -142};
Plane Surface(150) = {148, 149};
Point(101) = {-22, -22, 0.16};
Point(102) = {22, 22, 0.16};
Point(103) = {50.5, 22, 0.16};
Point(104) = {48.5, 22, 0.16};
Point(105) = {4.5, 22, 0.16};
Point(106) = {-4.5, 22, 0.16};
Point(107) = {-6.5, 22, 0.16};
Point(108) = {22, 50.5, 0.16};
Point(109) = {22, 48.5, 0.16};
Point(110) = {22, -4.5, 0.16};
Point(111) = {21, -6.5, 0.16};
Point(112) = {23, -6.5, 0.16};
Point(113) = {23, -50.5, 0.16};
Point(114) = {21, -50.5, 0.16};
Point(115) = {-22, 6.5, 0.16};
Point(116) = {-22, 4.5, 0.16};
Point(117) = {-22, -48.5, 0.16};
Point(118) = {-21, -50.5, 0.16};
Point(119) = {-23, -50.5, 0.16};
Point(120) = {-23, -52, 0.16};
Point(121) = {-21, -52, 0.16};
Point(122) = {6.5, -22, 0.16};
Point(123) = {4.5, -22, 0.16};
Point(124) = {4.5, -22, 0.16};
Point(125) = {-48.5, -22, 0.16};
Point(126) = {-50.5, -22, 0.16};
Delete {
Point{105, 123};
}
Circle(151) = {109, 102, 104};
Circle(152) = {104, 102, 110};
Circle(153) = {110, 102, 106};
Circle(154) = {106, 102, 109};
Circle(155) = {108, 102, 103};
Circle(156) = {103, 102, 112};
Circle(157) = {111, 102, 107};
Circle(158) = {107, 102, 108};
Circle(159) = {116, 101, 124};
Circle(160) = {124, 101, 117};
Circle(161) = {117, 101, 125};
Circle(162) = {125, 101, 116};
Circle(163) = {115, 101, 122};
Circle(164) = {122, 101, 118};
Circle(165) = {119, 101, 126};
Circle(166) = {126, 101, 115};
Line(167) = {119, 120};
Line(168) = {120, 121};
Line(169) = {121, 118};
Line(170) = {111, 114};
Line(171) = {114, 113};
Line(172) = {113, 112};
Line(173) = {113, 95};
Line(174) = {96, 114};
Line(175) = {98, 112};
Line(176) = {111, 97};
Line(177) = {110, 81};
Line(178) = {77, 103};
Line(179) = {104, 76};
Line(180) = {109, 82};
Line(181) = {83, 108};
Line(182) = {106, 79};
Line(183) = {78, 107};
Line(184) = {116, 86};
Line(185) = {87, 115};
Line(186) = {91, 124};
Line(187) = {122, 90};
Line(188) = {118, 100};
Line(189) = {121, 93};
Line(190) = {94, 120};
Line(191) = {119, 99};
Line(192) = {85, 117};
Line(193) = {89, 125};
Line(194) = {126, 88};
Delete {
Line{173};
}
Delete {
Line{174};
}
Delete {
Line{170, 172, 171};
}
Delete {
Point{113, 114};
}
Point(127) = {21, -52, 0.16};
Point(128) = {23, -52, 0.16};
Line(195) = {111, 127};
Line(196) = {127, 128};
Line(197) = {128, 112};
Line(198) = {95, 128};
Line(199) = {127, 96};
Line Loop(200) = {160, 161, 162, 159};
Line Loop(201) = {165, 166, 163, 164, -169, -168, -167};
Plane Surface(202) = {200, 201};
Line Loop(203) = {169, 188, 141, -189};
Plane Surface(204) = {203};
Line Loop(205) = {189, -140, 190, 168};
Plane Surface(206) = {205};
Line Loop(207) = {167, -190, -139, -191};
Plane Surface(208) = {207};
Line Loop(209) = {152, 153, 154, 151};
Line Loop(210) = {157, 158, 155, 156, -197, -196, -195};
Plane Surface(211) = {209, 210};
Line Loop(212) = {175, -197, -198, 144};
Plane Surface(213) = {212};
Line Loop(214) = {196, -198, -143, -199};
Plane Surface(215) = {214};
Line Loop(216) = {199, -142, -176, 195};
Plane Surface(217) = {216};
Line Loop(218) = {161, -193, -125, 192};
Ruled Surface(219) = {218};
Line Loop(220) = {193, 162, 184, -126};
Ruled Surface(221) = {220};
Line Loop(222) = {184, 123, 186, -159};
Ruled Surface(223) = {222};
Line Loop(224) = {186, 160, -192, -124};
Ruled Surface(225) = {224};
Line Loop(226) = {188, -134, -187, 164};
Ruled Surface(227) = {226};
Line Loop(228) = {187, -133, 185, 163};
Ruled Surface(229) = {228};
Line Loop(230) = {185, -166, 194, 132};
Ruled Surface(231) = {230};
Line Loop(232) = {194, -131, -191, 165};
Ruled Surface(233) = {232};
Line Loop(234) = {177, 129, -182, -153};
Ruled Surface(235) = {234};
Line Loop(236) = {182, 130, -180, -154};
Ruled Surface(237) = {236};
Line Loop(238) = {180, 127, -179, -151};
Ruled Surface(239) = {238};
Line Loop(240) = {179, 128, -177, -152};
Ruled Surface(241) = {240};
Line Loop(242) = {175, -156, -178, 135};
Ruled Surface(243) = {242};
Line Loop(244) = {178, -155, -181, 138};
Ruled Surface(245) = {244};
Line Loop(246) = {181, -158, -183, 137};
Ruled Surface(247) = {246};
Line Loop(248) = {183, -157, 176, 136};
Ruled Surface(249) = {248};
Point(129) = {22, 22, 0.36};
Point(130) = {-22, -22, 0.36};
Point(131) = {-46.5, -22, 0.36};
Point(132) = {2.5, -22, 0.36};
Point(133) = {-22, 2.5, 0.36};
Point(134) = {-22, -46.5, 0.36};
Point(135) = {22, -2.5, 0.36};
Point(136) = {22, 46.5, 0.36};
Point(137) = {-2.5, 22, 0.36};
Point(138) = {46.5, 22, 0.36};
Point(139) = {52, 22, 0.36};
Point(140) = {52, 0, 0.36};
Point(141) = {23, -52, 0.36};
Point(142) = {-23, -52, 0.36};
Point(143) = {-52, -22, 0.36};
Point(144) = {-52, 0, 0.36};
Circle(250) = {137, 129, 136};
Circle(251) = {136, 129, 138};
Circle(252) = {138, 129, 135};
Circle(253) = {135, 129, 137};
Circle(254) = {132, 130, 133};
Circle(255) = {133, 130, 131};
Circle(256) = {131, 130, 134};
Circle(257) = {134, 130, 132};
Circle(258) = {142, 130, 143};
Point(145) = {22, 52, 0.36};
Circle(259) = {145, 129, 139};
Point(146) = {0, 52, 0.36};
Line(260) = {141, 142};
Line(261) = {141, 140};
Line(262) = {140, 139};
Line(263) = {145, 146};
Line(264) = {146, 144};
Line(265) = {144, 143};
Line Loop(266) = {254, 255, 256, 257};
Line Loop(267) = {253, 250, 251, 252};
Line Loop(268) = {264, 265, -258, -260, 261, 262, -259, 263};
Plane Surface(269) = {266, 267, 268};
Line(270) = {33, 139};
Line(271) = {140, 36};
Line(272) = {26, 95};
Line(273) = {128, 141};
Line(274) = {25, 94};
Line(275) = {120, 142};
Line(276) = {32, 143};
Line(277) = {31, 144};
Line(278) = {35, 146};
Line(279) = {34, 145};
Line Loop(280) = {273, 260, -275, 168, 189, -140, -274, -20, 28, 22, 272, -143, -199, 196};
Plane Surface(281) = {280};
Line Loop(282) = {276, -265, -277, -27};
Plane Surface(283) = {282};
Line Loop(284) = {277, -264, -278, 30};
Plane Surface(285) = {284};
Line Loop(286) = {29, 278, -263, -279};
Plane Surface(287) = {286};
Line Loop(288) = {270, -262, 271, -31};
Plane Surface(289) = {288};
Line Loop(290) = {271, 32, 272, 198, 273, 261};
Plane Surface(291) = {290};
Line Loop(292) = {279, 259, -270, -26};
Ruled Surface(293) = {292};
Delete {
Surface{202, 147, 206, 204, 208};
}
Delete {
Line{190, 168, 167, 169, 139, 140, 141, 189};
}
Delete {
Line{189};
}
Delete {
Line{140, 189, 168};
}
Delete {
Line{140};
}
Delete {
Line{140};
}
Delete {
Line{274, 275};
}
Delete {
Surface{281};
}
Delete {
Line{189, 274, 140, 168, 275};
}
Delete {
Point{94, 93, 120, 121};
}
Line(296) = {99, 100};
Line(297) = {118, 119};
Line(298) = {25, 142};
Line Loop(299) = {166, 163, 164, 297, 165};
Plane Surface(300) = {200, 299};
Line Loop(301) = {131, 132, 133, 134, -296};
Plane Surface(302) = {145, 301};
Line Loop(303) = {191, 296, -188, 297};
Plane Surface(304) = {303};
Line Loop(305) = {298, -260, -273, -196, 199, 143, -272, -22, -28, 20};
Plane Surface(306) = {305};
Line Loop(307) = {25, 276, -258, -298};
Ruled Surface(308) = {307};
Point(147) = {22, 22, 0.56};
Point(148) = {-22, -22, 0.56};
Point(149) = {-46.5, -22, 0.56};
Point(150) = {2.5, -22, 0.56};
Point(151) = {-22, 2.5, 0.56};
Point(152) = {-22, -46.5, 0.56};
Point(153) = {-46.5, 22, 0.56};
Point(154) = {2.5, 22, 0.56};
Point(155) = {22, -46.5, 0.56};
Point(156) = {22, 46.5, 0.56};
Point(157) = {22, -2.5, 0.56};
Delete {
Point{155};
}
Point(158) = {46.5, 22, 0.56};
Point(159) = {-2.5, 22, 0.56};
Delete {
Point{154};
}
Delete {
Point{153};
}
Circle(309) = {159, 147, 156};
Circle(310) = {156, 147, 158};
Circle(311) = {158, 147, 157};
Circle(312) = {157, 147, 159};
Circle(313) = {151, 148, 150};
Circle(314) = {150, 148, 152};
Circle(315) = {152, 148, 149};
Circle(316) = {149, 148, 151};
Line(317) = {134, 152};
Line(318) = {132, 150};
Line(319) = {133, 151};
Line(320) = {131, 149};
Line(321) = {137, 159};
Line(322) = {136, 156};
Line(323) = {135, 157};
Line(324) = {138, 158};
Line Loop(325) = {317, 315, -320, 256};
Ruled Surface(326) = {325};
Line Loop(327) = {320, 316, -319, 255};
Ruled Surface(328) = {327};
Line Loop(329) = {319, 313, -318, 254};
Ruled Surface(330) = {329};
Line Loop(331) = {318, 314, -317, 257};
Ruled Surface(332) = {331};
Line Loop(333) = {323, 312, -321, -253};
Ruled Surface(334) = {333};
Line Loop(335) = {321, 309, -322, -250};
Ruled Surface(336) = {335};
Line Loop(337) = {322, 310, -324, -251};
Ruled Surface(338) = {337};
Line Loop(339) = {324, 311, -323, -252};
Ruled Surface(340) = {339};
Point(160) = {52, 22, 5.56};
Point(161) = {22, 52, 5.56};
Point(162) = {0, 52, 5.56};
Point(163) = {52, 0, 5.56};
Point(164) = {23, -52, 5.56};
Point(165) = {-23, -52, 5.56};
Point(166) = {-52, -22, 5.56};
Point(167) = {-52, 0, 5.56};
Line(341) = {162, 161};
Line(342) = {160, 163};
Line(343) = {163, 164};
Line(344) = {164, 165};
Line(345) = {166, 167};
Line(346) = {167, 162};
Point(168) = {22, 22, 5.56};
Point(169) = {-22, -22, 5.56};
Circle(347) = {161, 168, 160};
Circle(348) = {165, 169, 166};
Line(349) = {146, 162};
Line(350) = {145, 161};
Delete {
Line{349, 350};
}
Point(170) = {-22, -22, 0.56};
Delete {
Point{170};
}
Point(170) = {52, 22, 0.56};
Point(171) = {22, 52, 0.56};
Point(172) = {0, 52, 0.56};
Point(173) = {-52, 0, 0.56};
Point(174) = {-52, -22, 0.56};
Point(175) = {-23, -52, 0.56};
Point(176) = {23, -52, 0.56};
Point(177) = {52, 0, 0.56};
Point(178) = {52, 22, 0.56};
Delete {
Point{178};
}
Line(350) = {171, 172};
Line(351) = {172, 173};
Line(352) = {173, 174};
Line(353) = {175, 176};
Line(354) = {176, 177};
Line(355) = {177, 170};
Circle(356) = {171, 147, 170};
Circle(357) = {175, 148, 174};
Line Loop(358) = {312, 309, 310, 311};
Line Loop(359) = {314, 315, 316, 313};
Line Loop(360) = {357, -352, -351, -350, 356, -355, -354, -353};
Plane Surface(361) = {358, 359, 360};
Line Loop(362) = {344, 348, 345, 346, 341, 347, 342, 343};
Plane Surface(363) = {362};
Line(364) = {164, 176};
Line(365) = {175, 165};
Line(366) = {166, 174};
Line(367) = {167, 173};
Line(368) = {162, 172};
Line(369) = {161, 171};
Line(370) = {170, 160};
Line(371) = {163, 177};
Line Loop(372) = {355, 370, 342, 371};
Plane Surface(373) = {372};
Line Loop(374) = {371, -354, -364, -343};
Plane Surface(375) = {374};
Line Loop(376) = {364, -353, 365, -344};
Plane Surface(377) = {376};
Line Loop(378) = {345, 367, 352, -366};
Plane Surface(379) = {378};
Line Loop(380) = {367, -351, -368, -346};
Plane Surface(381) = {380};
Line Loop(382) = {368, -350, -369, -341};
Plane Surface(383) = {382};
Line Loop(384) = {347, -370, -356, -369};
Ruled Surface(385) = {384};
Line Loop(386) = {365, 348, 366, -357};
Ruled Surface(387) = {386};
Surface Loop(388) = {363, 377, 375, 373, 361, 334, 340, 338, 336, 269, 330, 328, 326, 332, 287, 76, 66, 68, 88, 72, 70, 60, 58, 64, 62, 112, 122, 106, 108, 118, 120, 116, 114, 110, 293, 289, 291, 306, 308, 283, 285, 385, 383, 381, 379, 387, 227, 304, 233, 231, 229, 302, 223, 221, 219, 300, 225, 243, 213, 211, 241, 239, 237, 235, 150, 217, 249, 247, 245};
Volume(389) = {388};
Delete {
Surface{110};
}
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment