CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Gmsh] Problem with geometry.

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 6, 2011, 04:56
Default Problem with geometry.
  #1
Senior Member
 
Andrea Ferrari
Join Date: Dec 2010
Posts: 319
Rep Power: 16
Andrea_85 is on a distinguished road
Hi all,

I built a simple geometry consisting of a circle inside a square. Then i extruded my geometry with 1 layer to have a 2D problem. Here my .geo file:

// Gmsh project created on Tue Jan 4 16:30:24 2011

lc = 0.0001;
d1 = 0.001;
r = 0.00014142;
c = 0.0005;

Point(1)={0, 0, 0, lc};
Point(2)={d1-0.0003, 0, 0, lc};
Point(3)={d1-0.0003, d1-0.0003, 0, lc};
Point(4)={0, d1-0.0003, 0, lc};
Point(5)={c+r-0.00015, c+r-0.00015, 0, lc};
Point(6)={c+r-0.00015, c-r-0.00015, 0, lc};
Point(7)={c-r-0.00015, c-r-0.00015, 0, lc};
Point(8)={c-r-0.00015, c+r-0.00015, 0, lc};
Point(9)={c-0.00015, c-0.00015, 0, lc};
Circle(1) = {5, 9, 8};
Circle(2) = {8, 9, 7};
Circle(3) = {7, 9, 6};
Circle(4) = {6, 9, 5};
Line(5) = {2, 3};
Line(6) = {3, 4};
Line(7) = {4, 1};
Line(8) = {1, 2};
Line Loop(9) = {1, 2, 3, 4};
Ruled Surface(10) = {9};
Line Loop(11) = {7, 8, 5, 6};
Plane Surface(12) = {11,9};
Extrude {0, 0, 0.00001} {
Surface{12};
Layers{1};
Recombine;
}
Extrude {0, 0, 0.00001} {
Surface{10};
Layers{1};
Recombine;
}
Physical Surface("top") = {37};
Physical Surface("bottom") = {29};
Physical Surface("left") = {25};
Physical Surface("right") = {33};
Physical Surface("front") = {54};
Physical Surface("back") = {12};
Physical Surface("obstacle") = {53, 49, 45, 41};
Physical Volume("internal") = {1};

OpenFoam impot the geometry without any problem and if i do CheckMesh everything is ok. I run the simulation (fluid enter on the top and displace another fluid) but something strange happens. The flow stops when it reaches exactly one of the points used to define the circle (point 5).
When I built the mesh I used the option "Mesh from curvature" in the mesh option in order to have these 4 (8 in 2D) points on the circle exactly on the edges of the prisms and not on the side but i got the same problem if I do not.
Maybe is a problem with boundary condition because i have to define 4 surfaces on the disc and not only one, but all 4 have the same patch "wall". Is there a way to define a single surface or otherwise any suggestion to solve the problem??

Thanks

Andrea
Andrea_85 is offline   Reply With Quote

Old   January 6, 2011, 08:34
Default
  #2
Senior Member
 
Andrea Ferrari
Join Date: Dec 2010
Posts: 319
Rep Power: 16
Andrea_85 is on a distinguished road
I solved it!
Andrea_85 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Airfoil simulation - Divergence of the results - Mesh or geometry problem ? Pol.P FLUENT 9 March 7, 2022 17:21
Problem with Scale in Geometry bejanyar CFX 4 October 14, 2015 07:53
[ANSYS Meshing] Problem with geometry paul115 ANSYS Meshing & Geometry 4 August 18, 2015 12:18
[Workbench] Problem with the geometry Memboro ANSYS Meshing & Geometry 0 July 26, 2013 02:18
[ICEM] [FLUENT] 2D Geometry problem when exporting to Fluent - Unwanted walls MikeTichondrius ANSYS Meshing & Geometry 1 February 9, 2011 13:31


All times are GMT -4. The time now is 10:56.