diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun index 7e7bbe2fa9..e6b1c579ee 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun @@ -9,10 +9,16 @@ rm -rf constant/polyMesh/sets runApplication blockMesh runApplication surfaceFeatureExtract -includedAngle 150 constant/triSurface/bottomAir.stl bottomAir +mv log.surfaceFeatureExtract log.surfaceFeatureExtract.bottom runApplication surfaceFeatureExtract -includedAngle 150 constant/triSurface/heater.stl heater +mv log.surfaceFeatureExtract log.surfaceFeatureExtract.heater runApplication surfaceFeatureExtract -includedAngle 150 constant/triSurface/leftSolid.stl leftSolid +mv log.surfaceFeatureExtract log.surfaceFeatureExtract.leftSolid runApplication surfaceFeatureExtract -includedAngle 150 constant/triSurface/rightSolid.stl rightSolid +mv log.surfaceFeatureExtract log.surfaceFeatureExtract.rightSolid runApplication surfaceFeatureExtract -includedAngle 150 constant/triSurface/topAir.stl topAir +mv log.surfaceFeatureExtract log.surfaceFeatureExtract.topAir + runApplication snappyHexMesh -overwrite runApplication splitMeshRegions -cellZones -overwrite