diff --git a/bin/paraFoam b/bin/paraFoam index cde84ad314..611d9f4c34 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -7,7 +7,7 @@ # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2011-2016 OpenFOAM Foundation -# Copyright (C) 2016-2021 OpenCFD Ltd. +# Copyright (C) 2016-2022 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -205,14 +205,12 @@ then # Check for different names. For example, # - ParaFoamReader = (paraview >= 5.7) # - libParaFoamReader = (paraview < 5.7) and (OPENFOAM > 1912) - # - libPVFoamReader_SM = (OPENFOAM <= 1912) case "$plugin" in (blockReader) for libName in \ ParaFoamBlockReader \ libParaFoamBlockReader \ - libPVblockMeshReader_SM \ ; do if [ -f "$PV_PLUGIN_PATH/$libName.so" ] @@ -226,7 +224,6 @@ then for libName in \ ParaFoamReader \ libParaFoamReader \ - libPVFoamReader_SM \ ; do if [ -f "$PV_PLUGIN_PATH/$libName.so" ] diff --git a/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/Allmesh b/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/Allmesh index 71dda2db0d..ca9d4f3653 100755 --- a/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/Allmesh +++ b/tutorials/basic/chtMultiRegionFoam/2DImplicitCyclic/Allmesh @@ -26,8 +26,6 @@ done runApplication createBaffles -region rightFluid -overwrite -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" echo echo "End" diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/Allrun b/tutorials/combustion/fireFoam/LES/compartmentFire/Allrun index 3307aeda5c..77476bd628 100755 --- a/tutorials/combustion/fireFoam/LES/compartmentFire/Allrun +++ b/tutorials/combustion/fireFoam/LES/compartmentFire/Allrun @@ -20,9 +20,6 @@ runApplication -s panelRegion decomposePar -region panelRegion runParallel $(getApplication) -paraFoam -touch -paraFoam -touch -region panelRegion - if notTest "$@" then (cd validation && ./plot) diff --git a/tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun b/tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun index 8d768e4f45..0cacbc9972 100755 --- a/tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun +++ b/tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun @@ -33,6 +33,4 @@ runApplication -s filmRegion createPatch -region filmRegion -overwrite # Run runApplication $(getApplication) -paraFoam -touchAll - #------------------------------------------------------------------------------ diff --git a/tutorials/combustion/fireFoam/LES/oppositeBurningPanels/Allrun b/tutorials/combustion/fireFoam/LES/oppositeBurningPanels/Allrun index d5dc2b39ca..9d84c83a5b 100755 --- a/tutorials/combustion/fireFoam/LES/oppositeBurningPanels/Allrun +++ b/tutorials/combustion/fireFoam/LES/oppositeBurningPanels/Allrun @@ -34,8 +34,4 @@ runApplication -s fields \ runParallel $(getApplication) -paraFoam -touch -paraFoam -touch -region panelRegion - - #------------------------------------------------------------------------------ diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/Allrun b/tutorials/combustion/fireFoam/LES/simplePMMApanel/Allrun index c22f5a7ec3..33832ef979 100755 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/Allrun +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/Allrun @@ -13,6 +13,4 @@ runApplication extrudeToRegionMesh -overwrite runApplication $(getApplication) -paraFoam -touchAll - #------------------------------------------------------------------------------ diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet b/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet deleted file mode 100644 index 280f6635d5..0000000000 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet +++ /dev/null @@ -1,2 +0,0 @@ -faceSet coupledPatch new patchToFace coupledPatch -faceZoneSet panel new setToFaceZone coupledPatch diff --git a/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun-parallel b/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun-parallel index 432466830b..725bef3298 100755 --- a/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun-parallel +++ b/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun-parallel @@ -20,7 +20,7 @@ runParallel $(getApplication) $fileHandler if [ "$convertVTK" = true ] then - runParallel foamToVTK $fileHandler -finite-area -no-internal -no-boundary + runParallel foamToVTK $fileHandler -no-internal -no-boundary fi case "$reconstruct" in diff --git a/tutorials/finiteArea/surfactantFoam/planeTransport/Allrun-parallel b/tutorials/finiteArea/surfactantFoam/planeTransport/Allrun-parallel index 6b0f24420b..b3fc615938 100755 --- a/tutorials/finiteArea/surfactantFoam/planeTransport/Allrun-parallel +++ b/tutorials/finiteArea/surfactantFoam/planeTransport/Allrun-parallel @@ -18,7 +18,7 @@ runParallel $decompDict makeFaMesh $fileHandler runParallel $decompDict $(getApplication) $fileHandler -runParallel $decompDict foamToEnsight -finite-area +runParallel $decompDict foamToEnsight case "$reconstruct" in (true) runApplication reconstructPar $fileHandler ;; diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/Allrun.pre index 891b2331d6..01b40e1149 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/Allrun.pre @@ -27,8 +27,4 @@ done runApplication createExternalCoupledPatchGeometry \ -regions '(topAir heater)' coupleGroup -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun index b7831e4f6b..a851883e79 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun @@ -24,8 +24,4 @@ done runApplication $(getApplication) -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun-parallel index cffa6f3291..53466d7bdf 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun-parallel @@ -33,8 +33,4 @@ runParallel $(getApplication) # Reconstruct runApplication reconstructPar -allRegions -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun.pre index 897cbbb5bf..6e57095006 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun.pre @@ -23,8 +23,6 @@ do runApplication -s $region changeDictionary -region $region done -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" echo echo "End" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/Allrun index 4b032f2685..6dcaeb3259 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/Allrun @@ -11,9 +11,6 @@ runApplication splitMeshRegions -cellZonesOnly -overwrite runApplication topoSet -region gas -paraFoam -region gas -touch -paraFoam -region solid -touch - runApplication decomposePar -allRegions runParallel $(getApplication) diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-parallel index 321f80425f..d7b78bfb03 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-parallel @@ -54,8 +54,4 @@ do redistributePar -reconstruct -region "$region" done -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-serial b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-serial index 62146d06ad..de426ea49d 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-serial +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun-serial @@ -35,8 +35,4 @@ done # Run on single processor runApplication $(getApplication) -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeaterImplicit/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeaterImplicit/Allrun index c42c272990..527adc0a3e 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeaterImplicit/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeaterImplicit/Allrun @@ -54,8 +54,4 @@ do redistributePar -reconstruct -region $region done -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun index 99be33f495..78d5debbe7 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun @@ -3,15 +3,8 @@ cd "${0%/*}" || exit # Run from this directory . ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions #------------------------------------------------------------------------------ -# Setup case ./Allrun.pre -#-- Run on single processor - runApplication $(getApplication) -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun-parallel index 71fbc80276..bb70c67ec3 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionFoam/solarBeamWithTrees/Allrun-parallel @@ -19,8 +19,4 @@ runParallel $(getApplication) # Reconstruct runApplication reconstructPar -allRegions -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel index 597eb33fbc..89f2927ab8 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel @@ -31,8 +31,4 @@ runParallel $(getApplication) # Reconstruct runApplication reconstructPar -allRegions -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/Allrun b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/Allrun index 67a4ee51a2..e6de0738d8 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/Allrun @@ -19,8 +19,4 @@ reconstructPar -allRegions # redistributePar -reconstruct -region $region #done -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/Allrun.pre index b951a470d8..ee6ca23a66 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/Allrun.pre @@ -28,8 +28,4 @@ done runApplication createExternalCoupledPatchGeometry \ -regions '(topAir heater)' coupleGroup -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun.pre index f41dcbdb6e..8249c0e73e 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun.pre @@ -19,10 +19,6 @@ runApplication -s air.2 \ rm -rf constant/air/polyMesh/sets -# Create dummy files for post-processing -paraFoam -touch -region porous -paraFoam -touch -region air - # Set initial fields restore0Dir diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun.pre index 74edb64a81..5d71f43f5b 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun.pre @@ -6,9 +6,6 @@ cd "${0%/*}" || exit # Run from this directory # Create mesh runApplication -s solid blockMesh -region solid -# create dummy files for post-processing -paraFoam -touch -region solid - restore0Dir #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun index a1d1744f36..cc06292527 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun @@ -26,8 +26,4 @@ runApplication $(getApplication) runApplication foamToEnsight -allRegions -# echo -# echo "Use paraFoam -touch-all to create files for paraview post-processing" -# echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun-parallel index f30d3fc1b9..88d9626612 100755 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun-parallel @@ -33,8 +33,4 @@ runParallel foamToEnsight -allRegions # Reconstruct runApplication reconstructPar -allRegions -# echo -# echo "Use paraFoam -touch-all to create files for paraview post-processing" -# echo - #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/Allrun.pre b/tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/Allrun.pre index a34097efcb..b8212231c0 100755 --- a/tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/Allrun.pre +++ b/tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/Allrun.pre @@ -14,9 +14,6 @@ runApplication splitMeshRegions -cellZonesOnly -overwrite runApplication setFields -region water -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo echo "End" #------------------------------------------------------------------------------ diff --git a/tutorials/lagrangian/reactingParcelFoam/cylinder/Allrun.pre b/tutorials/lagrangian/reactingParcelFoam/cylinder/Allrun.pre index 8397e70191..e281ee24ca 100755 --- a/tutorials/lagrangian/reactingParcelFoam/cylinder/Allrun.pre +++ b/tutorials/lagrangian/reactingParcelFoam/cylinder/Allrun.pre @@ -11,7 +11,4 @@ runApplication topoSet runApplication extrudeToRegionMesh -overwrite -paraFoam -touch -paraFoam -touch -region wallFilmRegion - #------------------------------------------------------------------------------ diff --git a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/Allrun.pre b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/Allrun.pre index 4a86ebc3ee..0de9c866aa 100755 --- a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/Allrun.pre +++ b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/Allrun.pre @@ -30,7 +30,4 @@ cp -r system/wallFilmRegion.orig system/wallFilmRegion find ./0 -maxdepth 1 -type f -exec \ sed -i -e "s/wallFilm/\"(region0_to.*)\"/g" {} \; -paraFoam -touch -paraFoam -touch -region wallFilmRegion - #------------------------------------------------------------------------------ diff --git a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchify.setSet b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchify.setSet deleted file mode 100644 index e58687b914..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchify.setSet +++ /dev/null @@ -1,30 +0,0 @@ -faceSet cubeFaceSet clear -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.299) (0.601 0.301 0.301) -faceSet cubeFaceSet add boxToFace (0.599 0.099 0.099) (0.601 0.301 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.099) (0.601 0.301 0.101) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.099) (0.401 0.301 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.299 0.099) (0.601 0.301 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.099) (0.601 0.101 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.599) (0.601 0.301 0.601) -faceSet cubeFaceSet add boxToFace (0.599 0.099 0.399) (0.601 0.301 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.399) (0.601 0.301 0.401) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.399) (0.401 0.301 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.299 0.399) (0.601 0.301 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.099 0.399) (0.601 0.101 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.299) (0.601 0.601 0.301) -faceSet cubeFaceSet add boxToFace (0.599 0.399 0.099) (0.601 0.601 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.099) (0.601 0.601 0.101) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.099) (0.401 0.601 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.599 0.099) (0.601 0.601 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.099) (0.601 0.401 0.301) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.599) (0.601 0.601 0.601) -faceSet cubeFaceSet add boxToFace (0.599 0.399 0.399) (0.601 0.601 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.399) (0.601 0.601 0.401) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.399) (0.401 0.601 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.599 0.399) (0.601 0.601 0.601) -faceSet cubeFaceSet add boxToFace (0.399 0.399 0.399) (0.601 0.401 0.601) -cellSet cubeFacesCells new faceToCell cubeFaceSet owner -faceZoneSet cubeFaces new setsToFaceZone cubeFaceSet cubeFacesCells -faceSet FloorFaces new boxToFace (-0.001 -0.001 -0.001) (1.001 1.001 0.001) -cellSet floorCells new faceToCell FloorFaces owner -faceZoneSet floorFaces new setsToFaceZone FloorFaces floorCells diff --git a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchifyObstacles b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchifyObstacles index 3e9b4e6b09..c3fa9c3135 100755 --- a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchifyObstacles +++ b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/patchifyObstacles @@ -2,7 +2,7 @@ #-----------------------------------------------------------------------------# # ========= | # # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # -# \\ / O peration | Version: v2112 # +# \\ / O peration | Version: v2206 # # \\ / A nd | Website: www.openfoam.com # # \\/ M anipulation | # #-----------------------------------------------------------------------------# @@ -26,6 +26,7 @@ nz=2 tmpSetSet='patchify.setSet' rm -f patchify.setSet +trap 'echo "Removing $tmpSetSet" 1>&2; rm -f $tmpSetSet' EXIT TERM INT initialiseFaceSet() diff --git a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/Allrun.pre b/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/Allrun.pre index 0d3d21a7db..a530b17c31 100755 --- a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/Allrun.pre +++ b/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/Allrun.pre @@ -12,7 +12,4 @@ runApplication topoSet -dict system/wallFilmRegion.topoSet runApplication extrudeToRegionMesh -overwrite -paraFoam -touch -paraFoam -touch -region wallFilmRegion - #------------------------------------------------------------------------------ diff --git a/tutorials/lagrangian/reactingParcelFoam/splashPanel/Allrun.pre b/tutorials/lagrangian/reactingParcelFoam/splashPanel/Allrun.pre index 0227901db1..ba9c89c2e8 100755 --- a/tutorials/lagrangian/reactingParcelFoam/splashPanel/Allrun.pre +++ b/tutorials/lagrangian/reactingParcelFoam/splashPanel/Allrun.pre @@ -29,7 +29,4 @@ runApplication -s createWallFilmRegionPatches \ runApplication createPatch -region wallFilmRegion -overwrite -paraFoam -touch -paraFoam -touch -region wallFilmRegion - #------------------------------------------------------------------------------ diff --git a/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allrun.pre b/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allrun.pre index cbbb574995..d778e5620a 100755 --- a/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allrun.pre +++ b/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/Allrun.pre @@ -20,9 +20,6 @@ runApplication checkMesh -allRegions -allGeometry restore0Dir -echo -echo "Use paraFoam -touch-all to create files for paraview post-processing" -echo echo "End" #------------------------------------------------------------------------------ diff --git a/tutorials/mesh/extrudeMesh/polyline/Allrun b/tutorials/mesh/extrudeMesh/polyline/Allrun index 12cfbd76ce..5eebd9c891 100755 --- a/tutorials/mesh/extrudeMesh/polyline/Allrun +++ b/tutorials/mesh/extrudeMesh/polyline/Allrun @@ -24,6 +24,4 @@ USE_ARC=false runApplication -s spline extrudeMesh mkdir -p 2 runApplication -s spline checkMesh -writeAllFields -time 2 -paraFoam -touch -vtk - #------------------------------------------------------------------------------ diff --git a/tutorials/mesh/snappyHexMesh/addLayersToFaceZone/Allrun b/tutorials/mesh/snappyHexMesh/addLayersToFaceZone/Allrun index 9df5c86d89..f9023e1ce6 100755 --- a/tutorials/mesh/snappyHexMesh/addLayersToFaceZone/Allrun +++ b/tutorials/mesh/snappyHexMesh/addLayersToFaceZone/Allrun @@ -3,8 +3,6 @@ cd "${0%/*}" || exit # Run from this directory . ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions #------------------------------------------------------------------------------ -paraFoam -vtk -touch - restore0Dir runApplication blockMesh diff --git a/tutorials/multiphase/interIsoFoam/discInConstantPorousFlow/system/setFieldsDict b/tutorials/multiphase/interIsoFoam/discInConstantPorousFlow/system/setFieldsDict index 987b10e841..1b76a79a24 100644 --- a/tutorials/multiphase/interIsoFoam/discInConstantPorousFlow/system/setFieldsDict +++ b/tutorials/multiphase/interIsoFoam/discInConstantPorousFlow/system/setFieldsDict @@ -21,7 +21,7 @@ defaultFieldValues regions ( - boxToCell + boxToCell { box (1 -0.05 0) (4 0.05 3); diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/Allrun b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/Allrun index dd4a6b0bdb..d771cd2e82 100755 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/Allrun +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/Allrun @@ -29,9 +29,4 @@ runParallel $(getApplication) runApplication reconstructPar -allRegions -echo -echo "creating files for paraview post-processing" -echo -paraFoam -touchAll - #------------------------------------------------------------------------------ diff --git a/tutorials/verificationAndValidation/multiphase/interIsoFoam/porousDamBreak/system/setFieldsDict b/tutorials/verificationAndValidation/multiphase/interIsoFoam/porousDamBreak/system/setFieldsDict index f5e7b7ee39..bb126a04b4 100644 --- a/tutorials/verificationAndValidation/multiphase/interIsoFoam/porousDamBreak/system/setFieldsDict +++ b/tutorials/verificationAndValidation/multiphase/interIsoFoam/porousDamBreak/system/setFieldsDict @@ -40,7 +40,7 @@ regions volScalarFieldValue alpha.water 1 ); } - boxToCell + boxToCell { box (0.30 0 -1) (0.59 0.3 1);