Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #986
Closed
Open
Issue created Aug 30, 2018 by Mattijs Janssens@MattijsMaintainer

snappyHexMesh does not extrude (using medialAxis) in thin gaps

The medialAxis shrinker by default used to disable edges with any point on an extruded wall to contain the medial axis. Now this is a bit more intelligent and it only checks the actual medial axis point to be away from the wall.

// Revert to <=1806 behaviour:
disableWallEdges true;

Below is a hacked version of the addLayersToFaceZones tutorials where the 'B' faceZone has been shifted to be one cell to the right of the 'A' faceZone.

1806 (or with disableWallEdges false)

disableWallEdges_on

develop:

disableWallEdges_off

Edited Aug 30, 2018 by Mattijs Janssens
Assignee
Assign to
Time tracking