Skip to content

createBaffles does not like faceZones on coupled faces

Summary

createBaffles crashes if generating baffles from faceZones in parallel

Steps to reproduce

Allrun on attached case

Example case

TJunctionFan-issue-with-fz-name.tgz

What is the current bug behaviour?

Crash in polyTopoChange when trying to order coupled faces.

What is the expected correct behavior?

Correctly created baffles with all faces in the correct faceZone

Relevant logs and/or images

Environment information

  • OpenFOAM version : v2312-v2406-pre
  • Operating system :
  • Hardware info :
  • Compiler :

Possible fixes

(assuming) this has come in with the support for overlapping zones since now temporarily the faces are present in multiple faceZones. Goes wrong when re ordering the coupled faces which are in multiple zones.

@Prashant