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 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1771
Closed
Open
Issue created Jul 13, 2020 by Mattijs Janssens@MattijsMaintainer

checkMesh -writeAllFields does not handle faceZones with boundary faces in them

Summary

checkMesh -writeAllFields does not handle faceZones with boundary faces in them. It fills a surfaceScalarField without checking if the faceZone does not contain any boundary faces.

Steps to reproduce

Use topoSet or setSet to put some boundary faces in a faceZone. In setSet on e.g. the lid-driven cavity tutorial:

faceSet f0 new labelToFace  (0 100 200 300 400 800 1000 1639)
faceZoneSet f0Zone new setToFaceZone f0

Environment information

  • OpenFOAM version : develop
Assignee
Assign to
Time tracking