Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 395
    • Issues 395
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2125

Closed
Open
Created Jun 17, 2021 by Mattijs Janssens@MattijsMaintainer

injectorPipe : initial blockMesh should not have 'empty' patches

Functionality to add/problem to solve

When using blockMesh to generate the initial block of cells for use in snappyHexMesh: in some cases the initial patches are not present in the snappyHexMesh. If so one can use the 'defaultFaces' fall-back for automatic patching of the outside faces. However the defaultFaces should not have a constraint type (e.g. 'empty') since this automatically implies some constraint (e.g. 1D/2D ness in case of empty). Instead use a generic 'patch' type. (the actual type does not matter since these patches are removed during the running of snappyHexMesh)

Assignee
Assign to
Time tracking