Guest User

Untitled

a guest
Apr 25th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. Error : Surface mesh is wrong, cannot do the 3D mesh
  2. Info : Done meshing 3D (0.002836 s)
  3. Info : 927 vertices 2064 elements
  4. Error : ------------------------------
  5. Error : Mesh generation error summary
  6. Error : 0 warnings
  7. Error : 2 errors
  8. Error : Check the full log for details
  9. Error : ------------------------------
  10.  
  11. Mesh.RandomFactor=1.e-8;
  12. Mesh.Algorithm = 1; //MeshAdapt
  13. Mesh.Algorithm3D = 2; //New Delaunay
  14.  
  15. Point(1) = {0.0, 0.0, 0.0, 0.05};
  16. Point(2) = {0.5, 0.0, 0.0, 1.0};
  17. Point(5) = {0.5, 1.0, 0.0, 1.0};
  18. Point(4) = {0.0, 1.0, 0.0, 0.05};
  19. Point(10) = {0.0, 1.0, 0.5, 1.0};
  20. Point(7) = {0.0, 0.0, 0.5, 1.0};
  21. Point(8) = {0.5, 0.0, 0.5, 1.0};
  22. Point(11) = {0.5, 1.0, 0.5, 1.0};
  23. Point(19) = {0.5, 0.2, 0.5, 0.05};
  24. Point(20) = {0.5, 0.6, 0.5, 0.05};
  25. Point(3) = {1.0, 0.0, 0.0, 0.05};
  26. Point(6) = {1.0, 1.0, 0.0, 0.05};
  27. Point(9) = {1.0, 0.0, 0.5, 1.0};
  28. Point(12) = {1.0, 1.0, 0.5, 1.0};
  29. Point(16) = {0.0, 1.0, 1.0, 1.0};
  30. Point(13) = {0.0, 0.0, 1.0, 1.0};
  31. Point(14) = {0.5, 0.0, 1.0, 1.0};
  32. Point(17) = {0.5, 1.0, 1.0, 1.0};
  33. Point(15) = {1.0, 0.0, 1.0, 1.0};
  34. Point(18) = {1.0, 1.0, 1.0, 1.0};
  35.  
  36.  
  37. Line(1) = {1, 2};
  38. Line(5) = {2, 5};
  39. Line(9) = {4, 5};
  40. Line(2) = {1, 4};
  41. Line(10) = {4, 10};
  42. Line(15) = {7, 10};
  43. Line(3) = {1, 7};
  44. Line(6) = {2, 8};
  45. Line(14) = {7, 8};
  46. Line(12) = {5, 11};
  47. Line(18) = {8, 19};
  48. Line(34) = {19, 20};
  49. Line(36) = {20, 11};
  50. Line(22) = {10, 11};
  51. Line(4) = {2, 3};
  52. Line(7) = {3, 6};
  53. Line(11) = {5, 6};
  54. Line(8) = {3, 9};
  55. Line(17) = {8, 9};
  56. Line(13) = {6, 12};
  57. Line(20) = {9, 12};
  58. Line(24) = {11, 12};
  59. Line(23) = {10, 16};
  60. Line(28) = {13, 16};
  61. Line(16) = {7, 13};
  62. Line(19) = {8, 14};
  63. Line(27) = {13, 14};
  64. Line(25) = {11, 17};
  65. Line(30) = {14, 17};
  66. Line(32) = {16, 17};
  67. Line(21) = {9, 15};
  68. Line(29) = {14, 15};
  69. Line(26) = {12, 18};
  70. Line(31) = {15, 18};
  71. Line(33) = {17, 18};
  72. Line(35) = {19, 1};
  73. Line(37) = {4, 20};
  74. Line(38) = {19, 3};
  75. Line(39) = {6, 20};
  76.  
  77.  
  78. Line Loop(1) = {1, 5, -9, -2};
  79. Plane Surface(1) = {-1};
  80. Line Loop(2) = {2, 10, -15, -3};
  81. Plane Surface(2) = {-2};
  82. Line Loop(3) = {1, 6, -14, -3};
  83. Plane Surface(3) = {3};
  84. Line Loop(5) = {5, 12, -18, -34, -36, -6};
  85. Plane Surface(5) = {5};
  86. Line Loop(8) = {9, 12, -22, -10};
  87. Plane Surface(8) = {-8};
  88. Line Loop(10) = {14, 18, 34, 36, -22, -15};
  89. Plane Surface(10) = {10};
  90. Line Loop(4) = {4, 7, -11, -5};
  91. Plane Surface(4) = {-4};
  92. Line Loop(6) = {4, 8, -17, -6};
  93. Plane Surface(6) = {6};
  94. Line Loop(7) = {7, 13, -20, -8};
  95. Plane Surface(7) = {7};
  96. Line Loop(9) = {11, 13, -24, -12};
  97. Plane Surface(9) = {-9};
  98. Line Loop(13) = {17, 20, -24, -18, -34, -36};
  99. Plane Surface(13) = {13};
  100. Line Loop(11) = {15, 23, -28, -16};
  101. Plane Surface(11) = {-11};
  102. Line Loop(12) = {14, 19, -27, -16};
  103. Plane Surface(12) = {12};
  104. Line Loop(14) = {18, 34, 36, 25, -30, -19};
  105. Plane Surface(14) = {14};
  106. Line Loop(17) = {22, 25, -32, -23};
  107. Plane Surface(17) = {-17};
  108. Line Loop(19) = {27, 30, -32, -28};
  109. Plane Surface(19) = {19};
  110. Line Loop(15) = {17, 21, -29, -19};
  111. Plane Surface(15) = {15};
  112. Line Loop(16) = {20, 26, -31, -21};
  113. Plane Surface(16) = {16};
  114. Line Loop(18) = {24, 26, -33, -25};
  115. Plane Surface(18) = {-18};
  116. Line Loop(20) = {29, 31, -33, -30};
  117. Plane Surface(20) = {20};
  118. Line Loop(21) = {35, 2, 37, -34};
  119. Plane Surface(21) = {21};
  120. Line Loop(22) = {38, 7, 39, -34};
  121. Plane Surface(22) = {22};
  122.  
  123.  
  124. Surface Loop(1) = {1, 2, 3, 5, 8, 10};
  125. Volume(1) = {1};
  126. Surface Loop(2) = {4, -5, 6, 7, 9, 13};
  127. Volume(2) = {2};
  128. Surface Loop(3) = {-10, 11, 12, 14, 17, 19};
  129. Volume(3) = {3};
  130. Surface Loop(4) = {13, -14, 15, 16, 18, 20};
  131. Volume(4) = {4};
  132.  
  133.  
  134. Line{35} In Volume{1};
  135. Line{37} In Volume{1};
  136. Line{38} In Volume{2};
  137. Line{39} In Volume{2};
  138. Surface{21} In Volume{1};
  139. Surface{22} In Volume{2};
  140.  
  141.  
  142.  
  143. Physical Volume("Darcy") = {1};
  144. Physical Volume("Darcy") += {2};
  145. Physical Volume("Darcy") += {3};
  146. Physical Volume("Darcy") += {4};
  147.  
  148. Physical Surface("BC") = {1};
  149. Physical Surface("BC") += {2};
  150. Physical Surface("BC") += {3};
  151. Physical Surface("BC") += {4};
  152. Physical Surface("MHMSurface") = {5};
  153. Physical Surface("BC") += {6};
  154. Physical Surface("BC") += {7};
  155. Physical Surface("BC") += {8};
  156. Physical Surface("BC") += {9};
  157. Physical Surface("MHMSurface") += {10};
  158. Physical Surface("BC") += {11};
  159. Physical Surface("BC") += {12};
  160. Physical Surface("MHMSurface") += {13};
  161. Physical Surface("MHMSurface") += {14};
  162. Physical Surface("BC") += {15};
  163. Physical Surface("BC") += {16};
  164. Physical Surface("BC") += {17};
  165. Physical Surface("BC") += {18};
  166. Physical Surface("BC") += {19};
  167. Physical Surface("BC") += {20};
  168.  
  169. Physical Surface("f27") = {21};
  170. Physical Surface("f26") = {22};
Add Comment
Please, Sign In to add comment