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

[blockMesh] Foam fatal error: neighbour cell face

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Antimony

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 25, 2019, 16:05
Default Foam fatal error: neighbour cell face
  #1
New Member
 
anu
Join Date: Jun 2019
Posts: 9
Rep Power: 6
anu.raghun is on a distinguished road
I am trying to simulate laminar flow over a delta wing in OpenFoam. I keep getting this error with blockMesh though, could someone help me out?
Quote:
--> FOAM FATAL ERROR:
face 0 in patch 1 does not have neighbour cell face: 4(4 3 5 4)

From function Foam::labelList Foam:olyMesh::facePatchFaceCells(const faceList&, const labelListList&, const faceListList&, Foam::label) const
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 118.

FOAM aborting

#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam:olyMesh::facePatchFaceCells(Foam::List<Foam ::face> const&, Foam::List<Foam::List<int> > const&, Foam::List<Foam::List<Foam::face> > const&, int) const at ??:?
#3 Foam:olyMesh::setTopology(Foam::List<Foam::cellS hape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::List<int>&, Foam::List<int>&, int&, int&, Foam::List<Foam::cell>&) at ??:?
#4 Foam:olyMesh:olyMesh(Foam::IOobject const&, Foam::Xfer<Foam::Field<Foam::Vector<double> > > const&, Foam::List<Foam::cellShape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::PtrList<Foam::dictionary> const&, Foam::word const&, Foam::word const&, bool) at ??:?
#5 Foam::blockMesh::createTopology(Foam::IOdictionary const&, Foam::word const&) at ??:?
#6 Foam::blockMesh::blockMesh(Foam::IOdictionary const&, Foam::word const&) at ??:?
#7 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/blockMesh"
#8 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#9 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/blockMesh"
Aborted (core dumped)
This is what my blockMeshDict looks like:
Quote:
convertToMeters 0.1;

vertices
(
(0 0 0) //0
(-0.5 0 -2) //1
(0.5 0 -2) //2
(0 -2 0) //3
(-0.5 -2 -2) //4
(0.5 -2 -2) //5
);

blocks
(
hex (0 1 2 0 3 4 5 3) (50 1 200) simpleGrading (0.2 1 1)
);

edges
(
);

boundary
(
axis
{
type empty;
faces
(
(0 3 3 0)
);
}
plate
{
type plate;
faces
(
(4 3 5 4)
);
}
inlet1
{
type patch;
faces
(
(4 1 0 3)
);
}
inlet2
{
type patch;
faces
(
(3 0 2 5)
);
}
top
{
type symmetry;
faces
(
(1 2 0 1)
);
}
outlet
{
type patch;
faces
(
(1 4 5 2)
);
}
);

mergePatchPairs
(
);

// ************************************************** *********************** //
I appreciate any help!
anu.raghun is offline   Reply With Quote

Old   June 26, 2019, 04:50
Default
  #2
Senior Member
 
Join Date: Aug 2013
Posts: 407
Rep Power: 15
Antimony is on a distinguished road
Hi,

It would seem that the face definitions for the "top" and "plate" patches have to follow a different order.

For plate, change (4 3 5 4) to (3 4 5 3) and for top, change (1 2 0 1) to (0 1 2 0).

As to why this is, it might be the case that when you have a wedge, OF is fine when the repeated vertex in the hex definition appears twice in a boundary patch definition.

Hope this helps.

Cheers,
Antimony
anu.raghun likes this.
Antimony is offline   Reply With Quote

Old   June 26, 2019, 11:53
Default
  #3
New Member
 
anu
Join Date: Jun 2019
Posts: 9
Rep Power: 6
anu.raghun is on a distinguished road
Thank you so much! That worked perfectly.
anu.raghun is offline   Reply With Quote

Reply

Tags
blockmesh, blockmeshdict, deltawing, foam fatal error, openfoam


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
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field lakeat OpenFOAM Community Contributions 58 December 23, 2021 02:36
[blockMesh] edges not aligned with or perpendicular to non-empty directions ynos OpenFOAM Meshing & Mesh Conversion 6 March 26, 2020 15:02
[blockMesh] Errors during blockMesh meshing Madeleine P. Vincent OpenFOAM Meshing & Mesh Conversion 51 May 30, 2016 10:51
[Gmsh] Import problem ARC OpenFOAM Meshing & Mesh Conversion 0 February 27, 2010 10:56
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


All times are GMT -4. The time now is 23:11.