diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun index aa68b8f4d..de53ca41b 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun @@ -10,11 +10,11 @@ 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/ +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 @@ -25,7 +25,7 @@ done # remove solid fields from fluid regions (important for post-processing) for i in bottomAir topAir do - rm -f 0*/$i/{cp,K,rho} + rm -f 0*/$i/{cp,Kappa,rho} done for i in bottomAir topAir heater leftSolid rightSolid diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/controlDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/controlDict index 737ac8f06..c4c562ce8 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/controlDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/controlDict @@ -15,7 +15,12 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -libs ("libcompressibleTurbulenceModel.so" "libcompressibleRASModels.so"); +libs +( + "libcompressibleTurbulenceModel.so" + "libcompressibleRASModels.so" + "liblduSolvers.so" +); application snappyHexMesh;