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

[snappyHexMesh] How to snap the edges of searchableCylinder?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2019, 16:00
Default How to snap the edges of searchableCylinder?
  #1
Member
 
Join Date: Jun 2011
Location: Germany
Posts: 59
Rep Power: 14
Siassei is on a distinguished road
Hello,

I had the problem with snapping the edge of an searchableCylinder to my mesh. Why snappyHexMesh can not do that?
Or what I doing wrong?

Code:
geometry
{
    drill
    {
        type triSurfaceMesh;
        ...
    }
    Zone4
    {
        type            searchableCylinder;
        point1          (0.0 0.0 0.0);
        point2          (0.0 0.0 0.045);
        radius          0.020;
    }
}

    refinementSurfaces
    {
        drill
        {
            level (4 4);
            patchInfo
            {
                type wall;
                inGroups (drillWall);
            }
            regions
            {
                // Region-wise specification
                Mesh_Head
                {
                    level       (4 5);
                }
            }
        }
        Zone4
        {
            level       (4 4);
            cellZone    Zone4;
            faceZone    Zone4;
            cellZoneInside  inside;
//            patchInfo
//            {
//                type patch;
//            }
        }
    }


    refinementRegions
    {
        Zone4
        {
            mode inside;
            levels ((1.0e16 4));
        }
    }
How to use the surfaceFeaturesDict for searchableCylinder?

Best regards
Thomas
Attached Images
File Type: jpg Cylinder_1.jpg (139.5 KB, 24 views)
Siassei 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] snappyHexMesh sticking point natty_king OpenFOAM Meshing & Mesh Conversion 11 February 20, 2024 09:12
SimpleFoam & Theater jipai OpenFOAM Running, Solving & CFD 3 June 18, 2019 10:11
[snappyHexMesh] snappyHexMesh does not create any mesh except one for the reference cell Arman_N OpenFOAM Meshing & Mesh Conversion 1 May 20, 2019 17:16
[snappyHexMesh] sHM layer process keeps getting killed MBttR OpenFOAM Meshing & Mesh Conversion 4 August 15, 2016 03:21
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38


All times are GMT -4. The time now is 16:56.