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

[blockMesh] BlockMesh error

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2006, 16:59
Default BlockMesh error
  #1
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
So far, you've got a bunch of points, but only one block:

hex (0 1 2 3 4 5 6 7)
(50 50 1)
simpleGrading (1 1 1)


Since the block only uses points 0-7, it is clear that face 4(0 16 17 3) does not have a block it belongs to, which is as error.

Which part of the error message don't you understand?

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   April 13, 2006, 17:10
Default It's hard for me to explain wh
  #2
New Member
 
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17
shellbell1999 is on a distinguished road
It's hard for me to explain what i want the mesh to look like but basically its a cube and points 16 and 17 lie on the left wall of the cube. The block I defined is the entire cube and I assumed that in defining this since 16 and 17 were on the cube it would be alright. So I'm guessing this isn't true?

And the main part of the error is:
--> FOAM FATAL ERROR : face 0 in patch 0 does not have neighbour cell face: 4(0 16 17 3)

what is a cell face?

Thanks
shellbell1999 is offline   Reply With Quote

Old   April 13, 2006, 17:24
Default Not true - read the section in
  #3
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
Not true - read the section in the manual about mesh generation. You will need to define more than one block, or create one block and then re-patch the boundaries to grab the face you want to catch. Currently, blockMesh only allows you to grab the whole side of a block to define a boundary patch.

Try thinking about how the code is supposed to do its job: the only way to "find out" that your points ar on the surface would be through floating point comparisons, which would be very very bad indeed.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   April 13, 2006, 17:29
Default Ahhh I did not know that. Than
  #4
New Member
 
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17
shellbell1999 is on a distinguished road
Ahhh I did not know that. Thank you very much. I'll try that

Shelley
shellbell1999 is offline   Reply With Quote

Old   April 19, 2006, 10:36
Default Oops nevermind. Apparently I j
  #5
New Member
 
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17
shellbell1999 is on a distinguished road
Oops nevermind. Apparently I just couldn't see that extra parenthases.
shellbell1999 is offline   Reply With Quote

Old   August 24, 2012, 08:22
Default Another causes for the same message error?
  #6
Member
 
Paula
Join Date: Aug 2012
Posts: 30
Rep Power: 13
curiosity is on a distinguished road
Hi,

I´ve made a geometry and I´ve got the same error:

FOAM FATAL ERROR:
face0 in patch 11 does not have neighbour cell face: 8(160 161 162 163 164 165 166 167)

The question is, I know the order to name the vertices in a block and I´ve reviewed all my vertices and blocks... Could it be another cause to this message error?

The face0 of the cell is next to a part of another bigger cell... Could it be the problem?

Thanks!
curiosity is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 10:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 10:17
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." sega OpenFOAM Community Contributions 12 February 17, 2010 10:30
Installation OF1.5-dev ttdtud OpenFOAM Installation 46 May 5, 2009 03:32
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 21:50


All times are GMT -4. The time now is 04:47.