[Gmsh] Plot3D mesh

Vitor M. Braga vitorbraga at polo.ufsc.br
Thu May 20 15:44:50 CEST 2010


Hi,

I'm trying to generate a plot3d mesh using GMSH, but everytime I  
export my mesh to .p3d and open it to check, it seems like its volume  
is not meshed. What can be wrong?

This is my geometry:

Point(1) = {0, 0, 0, 1e+022};

Point(2) = {4, 0, 0, 1e+022};

Point(3) = {4, 4, 0, 1e+022};

Point(4) = {0, 4, 0, 1e+022};

Line(1) = {4, 3};

Line(2) = {3, 2};

Line(3) = {2, 1};

Line(4) = {1, 4};

Line Loop(6) = {1, 2, 3, 4};

Plane Surface(6) = {6};

Transfinite Line{1, 2, 3, 4} = 11 Using Progression 1;

Extrude {0,0,20} { Surface{6}; Layers{50};Recombine; }

Transfinite Surface{28,27,23,19,15,6};

Transfinite Volume{1} = {5,6,10,14,4,3,2,1};

Recombine Surface {28,27,23,19,15,6};



Thank you,


BR,
Vitor de Melo Braga

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.