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

[snappyHexMesh] snappyHexMesh: Face is in multiple zones

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

Like Tree5Likes
  • 5 Post By y0c0nsci3nc3

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2015, 17:43
Question snappyHexMesh: Face is in multiple zones
  #1
New Member
 
Patrick Greene
Join Date: Aug 2014
Location: New Hampshire
Posts: 7
Rep Power: 11
P Greene is on a distinguished road
Hi all,

I've been stumped by this error message for a while now. I'm trying to create a multi-region mesh using snappyHexMesh (sHM), and I've followed the tutorial in heatTransfer/chtMultiregionFoam/snappyMultiRegionHeater closely, however whenever I run sHM, I get the following error in the "morphing phase":
Code:
Converting zoned faces into baffles ...
For zone walls found patches walls and walls_slave
For zone walls found patches walls and walls_slave

--> FOAM FATAL ERROR: 
Face 9321 fc:(-0.009875 0.00675 -0.000125) in zone walls is in multiple zones!

    From function getZoneBafflePatches(..)
    in file autoHexMesh/meshRefinement/meshRefinementBaffles.C at line 377.

FOAM aborting

To clarify, "walls" is the name of a zone, a patch, and also the stl file defining the geometry. The other zone, patch, and stl is called "air".

Can anyone give me some clues as to things that may be causing this error?

(Note: I've experienced this issue in OpenFOAM 2.2.2 and 2.3.1)
P Greene is offline   Reply With Quote

Old   February 3, 2015, 13:16
Default
  #2
New Member
 
Matt
Join Date: Nov 2014
Posts: 2
Rep Power: 0
y0c0nsci3nc3 is on a distinguished road
Patrick,

I am working on a similar problem and had encountered the same error. Check your snappyHexMeshDict in the refinementSurfaces section where you defined the faceZones and cellZones. Make sure the name of the faceZones and cellZones are called the same names as the patches they are defined for and not the name of another patch by accident. I hope this helps.

- Matt
Mehrez, elham-u, MBttR and 2 others like this.
y0c0nsci3nc3 is offline   Reply With Quote

Old   February 3, 2015, 15:09
Default
  #3
New Member
 
Patrick Greene
Join Date: Aug 2014
Location: New Hampshire
Posts: 7
Rep Power: 11
P Greene is on a distinguished road
Matt,

So in other words it should look like this?
Code:
refinementSurfaces
{
    air
    {
        level (1 1);

        faceZone        air;
        cellZone        air;
        cellZoneInside  inside;
    }
    walls
    {
        level (1 1);
 
        faceZone        walls;
        cellZone        walls;
        cellZoneInside  inside;
    }
}
This is what I currently have. I can't have all the patches by the same name as the regions because, for instance, the air region has an inlet and outlet.

Clarification: The inlets and outlets are actually defined as part of the background mesh.

Patrick

Last edited by P Greene; February 3, 2015 at 15:16. Reason: clarification
P Greene is offline   Reply With Quote

Old   February 3, 2015, 15:21
Default
  #4
New Member
 
Matt
Join Date: Nov 2014
Posts: 2
Rep Power: 0
y0c0nsci3nc3 is on a distinguished road
Does your background mesh have faces that coincide with your walls or air?
y0c0nsci3nc3 is offline   Reply With Quote

Old   February 3, 2015, 17:09
Default
  #5
New Member
 
Patrick Greene
Join Date: Aug 2014
Location: New Hampshire
Posts: 7
Rep Power: 11
P Greene is on a distinguished road
There are patches that overlap, but they have different names. Also, examining the mesh just before the exception occurs, that part has already been successfully completed, so I don't think its that.

I've just adjusted the background so that boundary of the background mesh is nowhere near the walls, and I'm still getting the error.

Patrick
P Greene is offline   Reply With Quote

Old   January 27, 2024, 15:45
Default snappyhexmesh zone xxx in multiple zones
  #6
New Member
 
Julian Willis
Join Date: Aug 2023
Posts: 1
Rep Power: 0
jwill239 is on a distinguished road
Did you every solve the issue zone xxx in multiple zones. I've just encountered the error. I think it may have something to do with the fact that I have broken the faces of single "box" into top, bottom and edges - so maybe there isn't a 3D zone - but just starting to look at it.
jwill239 is offline   Reply With Quote

Reply

Tags
multi region, openfoam, snappyhexmesh

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
Simulating fire in a tunnel luca1992 OpenFOAM 14 August 16, 2017 13:50
[simpleFoam] Floating point exception seuchsy OpenFOAM Running, Solving & CFD 3 November 3, 2016 09:29
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
Error message: 8 face(s) not in face lists of adjacent cells jyoung79 FLUENT 0 November 10, 2012 16:09
[Gmsh] Import problem ARC OpenFOAM Meshing & Mesh Conversion 0 February 27, 2010 10:56


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