|
[Sponsors] |
April 13, 2006, 16:59 |
BlockMesh error
|
#1 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
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 |
|
April 13, 2006, 17:10 |
It's hard for me to explain wh
|
#2 |
New Member
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17 |
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 |
|
April 13, 2006, 17:24 |
Not true - read the section in
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
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 |
|
April 13, 2006, 17:29 |
Ahhh I did not know that. Than
|
#4 |
New Member
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17 |
Ahhh I did not know that. Thank you very much. I'll try that
Shelley |
|
April 19, 2006, 10:36 |
Oops nevermind. Apparently I j
|
#5 |
New Member
Shelley Nation
Join Date: Mar 2009
Posts: 8
Rep Power: 17 |
Oops nevermind. Apparently I just couldn't see that extra parenthases.
|
|
August 24, 2012, 08:22 |
Another causes for the same message error?
|
#6 |
Member
Paula
Join Date: Aug 2012
Posts: 30
Rep Power: 14 |
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! |
|
|
|
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 |