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

[snappyHexMesh] Explicit feature edge ref&snap in OF2.2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 9, 2014, 11:39
Default Explicit feature edge ref&snap in OF2.2
  #1
Senior Member
 
Eloïse
Join Date: Jul 2012
Location: Trondheim, Norway
Posts: 113
Rep Power: 13
Eloise is on a distinguished road
Hello Foamers,

I struggle with the new feature edge handling in OF2.2.x. I hope someone can help me there!

What I want to do here is to refine the feature edges through the "old" explicit method: I give an eMesh file in the "features" section with a given refinement level. Then, I want the mesh to snap on the same feature edges. Here are some parts of what I have in snappyHexMeshDict to attempt achieving it:
Code:
castellatedMeshControls
{ [...]
    features
    ( { file "Column_F.eMesh"; level 4; } );

    refinementSurfaces
    { Column
        { level (3 4); } 
    }
    resolveFeatureAngle 30;     
    [...]
}

snapControls
{
    nSmoothPatch 3;
    tolerance 1.0;
    nSolveIter 300;
    nRelaxIter 5;

    // Feature snapping
        nFeatureSnapIter 10;
        implicitFeatureSnap false;
        explicitFeatureSnap true;
        multiRegionFeatureSnap false;
}
As you can see from the attached image (the feature edges from the eMesh are highlighted in white):
1) The mesh is only partially refined at level 4 along the feature edges.
2) The mesh didn't snap along the feature edges.

As I have several eMesh to insert with different refinement levels, I don't want to use the implicit feature edge handling. Can anyone give me some advices?

Regards,
Eloïse
Attached Images
File Type: jpg ExplicitSnap.jpg (82.6 KB, 44 views)
Eloise is offline   Reply With Quote

Reply


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
[snappyHexMesh] Failed Edge Snap with box geometry and correct feature capture thiagomarinho OpenFOAM Meshing & Mesh Conversion 7 May 7, 2022 09:19
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
[snappyHexMesh] SHM: sharp edge resolving problem with explicit feature edges piotr.mecht OpenFOAM Meshing & Mesh Conversion 21 May 9, 2020 14:56
[snappyHexMesh] How to use Explicit feature edge refinement ziemowitzima OpenFOAM Meshing & Mesh Conversion 3 April 22, 2010 09:16
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 08:32.