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

[Other] Problem with Cylindrical Pipe Meshing

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 7, 2014, 01:59
Default Problem with Cylindrical Pipe Meshing
  #1
New Member
 
Join Date: Aug 2014
Posts: 7
Rep Power: 11
Shivam Sinha is on a distinguished road
Hi,

I had written a blockMechDict file for a cylindrical pipe geometry. When I ran blockMesh, the following error was generated :

--> FOAM FATAL ERROR:
face 0 in patch 1 does not have neighbour cell face : 4(5 6 9 5)

Can anybody help me with this and point out the error?

Here is my blockMeshDict code:

FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices
(
(0 0 0)
(0 0.01 0)
(0 0 -0.01)
(0 -0.01 0)
(0 0 0.01)
(4 0 0)
(4 0.01 0)
(4 0 -0.01)
(4 -0.01 0)
(4 0 0.01)
);

blocks
(
hex (5 9 6 5 0 4 1 0) (10 10 2000) simpleGrading (1 1 1)
hex (5 6 7 5 0 1 2 0) (10 10 2000) simpleGrading (1 1 1)
hex (5 7 8 5 0 2 3 0) (10 10 2000) simpleGrading (1 1 1)
hex (5 8 9 5 0 3 4 0) (10 10 2000) simpleGrading (1 1 1)

);

edges
(
arc 1 4 (0 0.0070710678 0.0070710678)
arc 4 3 (0 -0.0070710678 0.0070710678)
arc 3 2 (0 -0.0070710678 -0.0070710678)
arc 2 1 (0 0.0070710678 -0.0070710678)
arc 6 9 (4 0.0070710678 0.0070710678)
arc 9 8 (4 -0.0070710678 0.0070710678)
arc 8 7 (4 -0.0070710678 -0.0070710678)
arc 7 6 (4 0.0070710678 -0.0070710678)
);

boundary
(

inlet
{
type patch;
faces
(
(0 4 1 0)
(0 1 2 0)
(0 2 3 0)
(0 3 4 0)
);
}

outlet
{
type patch;
faces
(
(5 6 9 5)
(5 9 8 5)
(5 8 7 5)
(5 7 6 5)
);
}

walls
{
type wall;
faces
(
(1 4 9 6)
(4 3 8 9)
(3 2 7 8)
(2 1 6 7)
);
}

);

mergePatchPairs
(
);

// ************************************************** *********************** //
Shivam Sinha is offline   Reply With Quote

Old   November 7, 2014, 03:21
Default
  #2
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Hi,

and your question is?

Q: What does this error mean? A: You've messed up with numbering of the nodes in patch face description.
alexeym is offline   Reply With Quote

Reply


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
meshing a cylindrical tank with a spiral heat exchanger problem Zainab1 Mesh Generation & Pre-Processing 0 November 8, 2018 23:59
meshing pipe problem kabestan FLUENT 0 April 4, 2017 07:14
[ICEM] Meshing bifurcating pipe in ICEM problem Barak ANSYS Meshing & Geometry 2 March 14, 2015 07:12
[Other] Hex meshing problem DM12 patrick ANSYS Meshing & Geometry 7 January 9, 2015 07:21
[Commercial meshers] problem meshing two interacting volumes banerji OpenFOAM Meshing & Mesh Conversion 0 December 14, 2009 15:59


All times are GMT -4. The time now is 22:31.