From ab48cce41b4169a56b022864e67d491390455a74 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 17 Jun 2019 17:03:23 +0100
Subject: [PATCH] ENH: externalLoadSolar: cleanup - avoid multiple
 registrations

---
 .../chtMultiRegionFoam/externalSolarLoad/system/topoSetDict | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict
index 7f7b0f8b539..34f31b6183e 100644
--- a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict
+++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict
@@ -77,7 +77,7 @@ actions
 
     //- Define again solid
     {
-        name    solid;
+        name    solidCells;
         type    cellSet;
         action  new;
         source  boxToCell;
@@ -85,7 +85,7 @@ actions
     }
 
     {
-        name    solid;
+        name    solidCells;
         type    cellSet;
         action  subtract;
         source  cellToCell;
@@ -97,7 +97,7 @@ actions
         type    cellZoneSet;
         action  new;
         source  setToCellZone;
-        set     solid;           // cellSet
+        set     solidCells;     // cellSet
     }
 );
 
-- 
GitLab