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

[blockMesh] Inconsistent point locations between block pair 7 and 8

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2016, 10:34
Angry Inconsistent point locations between block pair 7 and 8
  #1
Member
 
Emre
Join Date: Nov 2015
Location: Izmir, Turkey
Posts: 97
Rep Power: 10
ordinary is on a distinguished road
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 11:06. Reason: I FOUND SOLUTION
ordinary is offline   Reply With Quote

Old   November 27, 2016, 11:07
Default
  #2
Member
 
Emre
Join Date: Nov 2015
Location: Izmir, Turkey
Posts: 97
Rep Power: 10
ordinary is on a distinguished road
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)
ordinary is offline   Reply With Quote

Reply

Tags
blockmesh


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
[blockMesh] Specifying a point which is not a vertex of a block sahmed OpenFOAM Meshing & Mesh Conversion 2 June 27, 2016 10:54
blockMesh: block with 6 vertexes dani OpenFOAM 3 June 25, 2009 13:13
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
[Gmsh] Gmsh and samplesurface touf OpenFOAM Meshing & Mesh Conversion 2 December 10, 2007 02:27
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 09:06.