CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[cfMesh] generateBoundaryLayers failed - how to split edges

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 25, 2021, 08:16
Default generateBoundaryLayers failed - how to split edges
  #1
tkr
New Member
 
Join Date: Nov 2020
Posts: 5
Rep Power: 5
tkr is on a distinguished road
I would like to create boundary layers (only!) on a certain patch of a complex geometry but their generation during the meshing procedure (cartesianMesh, OF v2006) doesn't work. The syntax I used is
Code:
boundaryLayers
{
    nLayers 0;       
    untangleLayers 0;    
   
    patchBoundaryLayers
    {
        "boundarylayer.*" //patch name
        {
            allowDiscontinuity 1; 
            nLayers 5;
            thicknessRatio 1.2;
        }
    } 
}
The log-output gives the information that new cells were created:
Code:
Detecting layers
Analysing mesh for bnd layer existence
Generating hair edges
Finished with bnd layer detection
Finished refining boundary - layer faces 
Number of newly generated cells 107912
Finished generating new cells
But the added boundary cells aren't visible in Paraview. After, I tried to produce the mesh first and add the boundary layers using the generateBoundaryLayers. Unfortunately, the utility crashes with a fatal error
Code:
Splits in direction (1 5)
Here 
Dir0 -1
dir0Edges (-1 -1)
Dir1 -1
dir1Edges (-1 -1)

--> FOAM FATAL ERROR: 
Cannot find split edges for a face
How can I split edges for cfMesh or is there any way to work on that?
tkr is offline   Reply With Quote

Reply

Tags
boundary layers, cfmesh, generateboundarylayers, split edges


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
Foam::error::printStack(Foam::Ostream&) with simpleFoam -parallel U.Golling OpenFOAM Running, Solving & CFD 52 September 23, 2023 03:35
[snappyHexMesh] SnappyHexMesh for internal Flow vishwa OpenFOAM Meshing & Mesh Conversion 24 June 27, 2016 08:54
Flow simulation in wind tunnel mukut OpenFOAM 15 September 11, 2013 22:43
[snappyHexMesh] snappyHexMesh aborting Tobi OpenFOAM Meshing & Mesh Conversion 0 November 10, 2010 03:23
[snappyHexMesh] multi-Region failed to split one of the regions phsieh2005 OpenFOAM Meshing & Mesh Conversion 1 April 26, 2010 07:26


All times are GMT -4. The time now is 21:39.