An error occurred while fetching participants.
BUG: snappyHexMesh: searchableCone incorporates other searchableSurface patches into its patch
Summary
Whenever geometry:searchableCone
is used in combination with other searchableSurfaces
(e.g. searchableBox
) in snappyHexMesh
, many faces from other searchableSurfaces
patches are joined (spill) to the resulting patch of searchableCone
.
Below shows a case where a searchableBox
and searchableCone
were input.
Visualisation of cone1
patch, only:
Visualisation of box1
patch, only:
Note:
- Separate input of
searchableCone
andsearchableBox
produces the desired output. - Using two or more
searchableCone
s produces the desired output (i.e. separate patches for eachsearchable
.
Steps to reproduce
Relevant logs and/or images
Environment information
- OpenFOAM version : 25246f22
- Compiler : gcc4.8
Possible fixes
unknown