[Gmsh] error during MESH

Gianangelo Bracco bracco at fisica.unige.it
Mon Jan 26 14:29:40 CET 2009


Dear all
I am testing a model changing the parameter r of the enclosed geo file.
with r=1.15 I got the following errors during  MESH, for smaller values
(1.10 and 1.30, 1.45 no errors)
--------------------------------
...Meshing 2D surface 23
Error 3 identical point in Qtest
--------------------------------------



and at the end of the procedure
 


--------------------------------------------------
Error
Mesh generator error summary
0 warnings
1 error
Check the full log for details 
-----------------------------------------------

best wishes
Nino


geo file


// Gmsh project created on Tue Jan 20 13:07:27 2009
lc = 0.010; 
r0=1.0;
Rext=3.54*r0;
Lin=0;
Lfree=1.5;
L=2;
r=1.15*r0; //parameter
       GAMMA_D0_1 =  990 ;
       GAMMA_D0_2 = 1000 ;
       GAMMA_D0_3 = 1005 ;
       GAMMA_D1  =  1010 ;
       GAMMA_N1 =  1020 ;
       GAMMA_N2 = 1030 ;
       OMEGA =  1040 ;


R2=Sqrt(2.0)*Rext/2;
Point(1) = {0, 0, Lin, lc};
Point(2) = {Rext, 0, Lin, lc};
Point(3) = {R2, R2, Lin, lc};
Point(4) = {r0, 0 ,Lin, lc};
Point(5) = {r0+r, 0, Lin, lc};
Point(6) = {r0+r, r, Lin, lc};
Point(7) = {r0+2*r, 0, Lin, lc};
Line(1) = {1, 4};
Circle(2) = {4, 5, 6};
Circle(3) = {6, 5, 7};
Line(4) = {7, 2};
Circle(5) = {2, 1, 3};
Line(6) = {3, 1};
Line(7) = {4, 7};
Line Loop(8) = {5, 6, 1, 2, 3, 4};
Plane Surface(9) = {8};
Line Loop(10) = {3, -7, 2};
Plane Surface(11) = {10};
Extrude {0, 0, Lfree} {
  Surface{11, 9};
}
Extrude {0, 0, L} {
  Surface{60};
}
Physical Surface(GAMMA_D0_1) = {11, 9}; //faccia iniziale z=0
Physical Surface(GAMMA_D0_2) = {39, 71}; //Rext
Physical Surface(GAMMA_D0_3) = {75, 43}; //symm zero
Physical Surface(GAMMA_D1) = {87, 83, 28}; //rod
Physical Surface(GAMMA_N1) = {91, 59, 23, 47, 79}; //n1
Physical Surface(GAMMA_N2) = {92}; //n2
Physical Volume(OMEGA) = {1, 2, 3}; //OMEGA


 


 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20090126/5cb59faf/attachment.html>