From 2e4027d3b78087e5283301e7051b0afe81e45a8b Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 3 Jun 2011 12:23:01 +0100 Subject: [PATCH] BUG: Corrected tutorial Allrun script --- .../chtMultiRegionFoam/snappyMultiRegionHeater/Allrun | 6 ++++++ 1 file changed, 6 insertions(+) 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