From 4850f1dca1fa5804600a4f28695f681b621ec74a Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 23 Jun 2022 11:25:04 +0100 Subject: [PATCH] ENH: cpuCabinet: remove excess cellZone. Fixes #2516 --- .../cpuCabinet/system/domain0/topoSetDict | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict index bfbe55f07b..17ce502de6 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/domain0/topoSetDict @@ -17,6 +17,15 @@ FoamFile actions ( + // Remove existing cellZone (from splitMeshRegions; contains all cells) + // so we don't have any cells in multiple cellZones (gives complaints + // in e.g. reconstructParMesh) + { + name domain0; + type cellZoneSet; + action remove; + } + { name v_MRF_set; type cellSet;