Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Point(1) = {0, 0, 0.1, 1.0};
  2. Point(2) = {0, 0.5, 0.1, 1.0};
  3. Point(3) = {0, -0.5, 0.1, 1.0};
  4. Point(4) = {0.5, 0, 0.1, 1.0};
  5. Point(5) = {-0.5, 0, 0.1, 1.0};
  6. Point(6) = {2, 0, 0.1, 1.0};
  7. Point(7) = {-2, 0, 0.1, 1.0};
  8. Point(8) = {0, -2, 0.1, 1.0};
  9. Point(9) = {0, 2, 0.1, 1.0};
  10. Point(10) = {20, 20, 0.1, 1.0};
  11. Point(11) = {20, -20, 0.1, 1.0};
  12. Point(12) = {-20, -20, 0.1, 1.0};
  13. Point(13) = {-20, 20, 0.1, 1.0};
  14. Point(14) = {20, 2, 0.1, 1.0};
  15. Point(15) = {20, -2, 0.1, 1.0};
  16. Circle(1) = {5, 1, 2};
  17. Circle(2) = {2, 1, 4};
  18. Circle(3) = {4, 1, 3};
  19. Circle(4) = {5, 1, 3};
  20. Circle(5) = {8, 1, 7};
  21. Circle(6) = {7, 1, 9};
  22. Delete {
  23. Point{6};
  24. }
  25. Line(7) = {13, 12};
  26. Line(8) = {12, 11};
  27. Line(9) = {11, 15};
  28. Line(10) = {13, 10};
  29. Line(11) = {10, 14};
  30. Line(12) = {9, 14};
  31. Line(13) = {8, 15};
  32. Line(14) = {14, 15};
  33. Line Loop(15) = {10, 11, -12, -6, -5, 13, -9, -8, -7};
  34. Plane Surface(16) = {15};
  35. Line Loop(17) = {14, -13, 5, 6, 12};
  36. Line Loop(18) = {2, 3, -4, 1};
  37. Plane Surface(19) = {17, 18};
  38.  
  39. Extrude{0,0,1}
  40. {
  41. Surface{16,19};
  42. Layers{1};
  43. Recombine;
  44. }
  45.  
  46. Physical Surface(114) = {66, 113};
  47. Physical Surface(115) = {16, 19};
  48. Physical Surface(116) = {33};
  49. Physical Surface(117) = {61};
  50. Physical Surface(118) = {65};
  51. Physical Surface(119) = {37, 80, 57};
  52. Physical Surface(120) = {100, 112, 108, 104};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement