Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #986

Closed
Open
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