diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict index 7f7b0f8b539cca55526008b1f304865b32608f85..34f31b6183ec943ac9c9a6c9a067ee87c50c6aa8 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 } );