|
[Sponsors] |
[blockMesh] Inconsistent point locations between block pair 7 and 8 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 27, 2016, 11:34 |
Inconsistent point locations between block pair 7 and 8
|
#1 |
Member
Emre
Join Date: Nov 2015
Location: Izmir, Turkey
Posts: 97
Rep Power: 11 |
Hello,
I have this annoying error. I made my blockmesh with huge attention. Still I have this issue. It says: Inconsistent point locations between block pair 7 and 8 probably due to inconsistent grading. From function blockMesh::calcMergeInfo() in file blockMesh/blockMeshMerge.C at line 294. Here is my blockmesh: FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) //0 (20 0 0) //1 (20 5 0) //2 (0 5 0) //3 (0 0 0.02) //4 (20 0 0.02) //5 (20 5 0.02) //6 (0 5 0.02) //7 (40 0 0) //8 (40 5 0) //9 (40 0 0.02) //10 (40 5 0.02) //11 (80 0 0) //12 (80 5 0) //13 (80 0 0.02) //14 (80 5 0.02) //15 (0 25 0) //16 (20 25 0) //17 (40 25 0) //18 (80 25 0) //19 (0 25 0.02) //20 (20 25 0.02) //21 (40 25 0.02) //22 (80 25 0.02) //23 (0 30 0) //24 (20 30 0) //25 (40 30 0) //26 (80 30 0) //27 (0 30 0.02) //28 (20 30 0.02) //29 (40 30 0.02) //30 (80 30 0.02) //31 ); blocks ( hex (0 1 2 3 4 5 6 7) (48 34 1) simpleGrading (0.90909 0.90909 1) hex (1 8 9 2 5 10 11 6) (1000 34 1) simpleGrading (1 0.90909 1) hex (8 12 13 9 10 14 15 11) (56 34 1) simpleGrading (1.1 0.90909 1) hex (3 2 17 16 7 6 21 20) (48 1000 1) simpleGrading (0.90909 1 1) hex (2 9 18 17 6 11 22 21) (1000 1000 1) simpleGrading (1 1 1) hex (9 13 19 18 11 15 23 22) (56 1000 1) simpleGrading (1.1 1 1) hex (16 17 25 24 20 21 29 28) (48 34 1) simpleGrading (0.90909 1.1 1) hex (17 18 26 25 21 22 30 29) (1000 34 1) simpleGrading (1 1.1 1) hex (18 19 27 26 22 23 31 30) (56 34 1) simpleGrading (1.1 0.90909 1) ); edges ( ); boundary ( inlet { type patch; faces ( (4 7 3 0) (7 20 16 3) (20 28 24 16) ); } outlet { type patch; faces ( (12 13 15 14) (13 19 23 15) (19 27 31 23) ); } top { type patch; faces ( (24 28 29 25) (25 29 30 26) (26 30 31 27) ); } bottom { type patch; faces ( (0 1 5 4) (1 8 10 5) (8 12 14 10) ); } frontAndBack { type empty; faces ( (4 5 6 7) (5 10 11 6) (10 14 15 11) (7 6 21 20) (6 11 22 21) (11 15 23 22) (20 21 29 28) (21 22 30 29) (22 23 31 30) (0 3 2 1) (1 2 9 8) (8 9 13 12) (3 16 17 2) (2 17 18 9) (9 18 19 13) (16 24 25 17) (17 25 26 18) (18 26 27 19) ); } ); mergePatchPairs ( ); Last edited by ordinary; November 27, 2016 at 12:06. Reason: I FOUND SOLUTION |
|
November 27, 2016, 12:07 |
|
#2 |
Member
Emre
Join Date: Nov 2015
Location: Izmir, Turkey
Posts: 97
Rep Power: 11 |
I found solution:
hex (18 19 27 26 22 23 31 30) (56 34 1) simpleGrading (1.1 0.90909 1) must be hex (18 19 27 26 22 23 31 30) (56 34 1) simpleGrading (1.1 1.1 1) |
|
Tags |
blockmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] Specifying a point which is not a vertex of a block | sahmed | OpenFOAM Meshing & Mesh Conversion | 2 | June 27, 2016 11:54 |
blockMesh: block with 6 vertexes | dani | OpenFOAM | 3 | June 25, 2009 14:13 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |