[Gmsh] Export .msh to .p3d

Vitor M. Braga vitorbraga at polo.ufsc.br
Thu May 13 16:32:35 CEST 2010


Hello,

I'm trying to generate a plot3d mesh from GMSH. I have this 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};


I mesh it, and I save it as .p3d, but when I open the output file it  
looks like there is no mesh in the volume, only in the surfaces.

Does anybody have any idea about what's happening?





Vitor de Melo Braga

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