Skip to content
GitLab
  • Menu
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 405
    • Issues 405
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2522
Closed
Open
Created Jun 22, 2022 by Mattijs Janssens@MattijsMaintainer

splitMeshRegions adds all cells to cellZone

Functionality to add/problem to solve

(Brief scope) splitMeshRegions -cellZones will split the mesh according to the cellZones. It then keeps all the zones in the corresponding cellZone so now all cells in a region are in the cellZone. This can give problems if other cellZones are needed.

Target audience

cht cases which are generated from a single mesh

Proposal

  • explicitly remove the cellZones (since all the cells in the region are in the cellZone) when running splitMeshRegions -cellZones
  • or suppress warnings from e.g. reconstructParMesh about cells being in multiple cellZones

What does success look like, and how can we measure that?

E.g. tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet which does

  • splitMeshRegions -cellZones
  • topoSet
  • reconstructParMesh

@andy @Prashant

Assignee
Assign to
Time tracking