|
[Sponsors] |
[Other] Problem with Cylindrical Pipe Meshing |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 7, 2014, 02:59 |
Problem with Cylindrical Pipe Meshing
|
#1 |
New Member
Join Date: Aug 2014
Posts: 7
Rep Power: 12 |
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 ( ); // ************************************************** *********************** // |
|
November 7, 2014, 04:21 |
|
#2 |
Senior Member
|
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. |
|
|
|
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 9, 2018 00:59 |
meshing pipe problem | kabestan | FLUENT | 0 | April 4, 2017 08:14 |
[ICEM] Meshing bifurcating pipe in ICEM problem | Barak | ANSYS Meshing & Geometry | 2 | March 14, 2015 08:12 |
[Other] Hex meshing problem DM12 | patrick | ANSYS Meshing & Geometry | 7 | January 9, 2015 08:21 |
[Commercial meshers] problem meshing two interacting volumes | banerji | OpenFOAM Meshing & Mesh Conversion | 0 | December 14, 2009 16:59 |