diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun index 3a79aca5a..e2e935fac 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun @@ -8,6 +8,11 @@ runApplication setSet -batch makeCellSets.setSet rm constant/polyMesh/sets/*_old runApplication setsToZones -noFlipMap runApplication splitMeshRegions -cellZones +cp 0/* 0.001/bottomAir/ +cp 0/* 0.001/heater/ +cp 0/* 0.001/leftSolid/ +cp 0/* 0.001/rightSolid/ +cp 0/* 0.001/topAir/ changeDictionary -region bottomAir changeDictionary -region topAir changeDictionary -region heater diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun index 8a92674a6..aa68b8f4d 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun @@ -9,6 +9,13 @@ runApplication blockMesh runApplication snappyHexMesh -overwrite runApplication splitMeshRegions -cellZones +# copy fields +cp 0/* 0.001/bottomAir/ +cp 0/* 0.001/heater/ +cp 0/* 0.001/leftSolid/ +cp 0/* 0.001/rightSolid/ +cp 0/* 0.001/topAir/ + # remove fluid fields from solid regions (important for post-processing) for i in heater leftSolid rightSolid do @@ -26,7 +33,6 @@ do changeDictionary -region $i > log.changeDictionary.$i 2>&1 done - #-- Run on single processor runApplication chtMultiRegionFoam diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary index 21f804789..270c73fba 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary @@ -1,6 +1,6 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | -| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | +| \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | |