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

[blockMesh] What does it mean?

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 13, 2009, 12:12
Default What does it mean?
  #1
New Member
 
Miro
Join Date: Aug 2009
Posts: 14
Rep Power: 16
Miroo is on a distinguished road
I put the data in blockMeshDict:


*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices
(
(0 0 0) //0
(0.001 0 0)//1
(0.001 0.001 0)//2
(0 0.001 0)//3
(0 0 0.01)//4
(0.001 0 0.01)//5
(0.001 0.001 0.01)//6
(0 0.001 0.01)//7
(0 0 0.011)//8
(0.001 0 0.011)//9
(0.001 0.001 0.011)//10
(0 0.001 0.011)//11
(0.006 0 0.011)//12
(0.006 0 0.01)//13
(0.006 0.001 0.01)//14
(0.006 0.001 0.011)//15

);

blocks
(
hex (0 1 2 3 4 5 6 7) (5 5 50) simpleGrading (1 1 1)
hex (4 5 6 7 8 9 10 11) (5 5 5) simpleGrading (1 1 1)
hex (5 6 10 9 12 13 14 15) (25 5 5) simpleGrading (1 1 1)
);


edges
(
);

patches
(
patch inlet
(
(3 2 1 0)
)
patch outlet
(
(15 12 13 14)

)
wall walls
(
(5 1 2 6)
(6 2 3 7)
(3 7 4 0)
(0 1 5 4)

(4 5 9 8)
(9 10 11 8)
(8 11 7 4)
(10 6 7 11)

(10 15 14 6)
(9 12 15 10)
(9 5 13 12)

(5 6 14 13)






)


);

mergePatchPairs
(
);


And the message that I get was:

face 8 in patch 2 does not have neighbour cell face: 4(10 15 14 6)

What I can do?

Thanks
Miroo is offline   Reply With Quote

 


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



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