From 52f262859ac914a051d74acc3e64bd8601f6157c Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 19 Jul 2022 12:53:12 +0100 Subject: [PATCH] reconstructPar: Updated tutorials to use reconstructPar rather than reconstructParMesh --- .../laminar/counterFlowFlame2D_GRI/Allrun-parallel | 3 +-- tutorials/heatTransfer/buoyantFoam/iglooWithFridges/Allrun | 2 +- .../chtMultiRegionFoam/shellAndTubeHeatExchanger/Allrun | 1 - tutorials/incompressible/pimpleFoam/RAS/propeller/Allrun | 1 - .../pimpleFoam/laminar/movingCone/Allrun-parallel | 1 - .../incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun | 2 -- tutorials/incompressible/simpleFoam/drivaerFastback/Allrun | 1 - tutorials/incompressible/simpleFoam/motorBike/Allrun | 1 - tutorials/incompressible/simpleFoam/turbineSiting/Allrun | 3 +-- tutorials/mesh/foamyHexMesh/blob/Allrun-parallel | 2 +- tutorials/mesh/foamyHexMesh/flange/Allrun-parallel | 2 +- .../multiphase/interFoam/RAS/floatingObject/Allrun-parallel | 3 +-- tutorials/multiphase/interFoam/RAS/mixerVessel/Allrun | 1 - tutorials/multiphase/interFoam/RAS/propeller/Allrun | 1 - 14 files changed, 6 insertions(+), 18 deletions(-) diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/Allrun-parallel b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/Allrun-parallel index 58091d48be..7fd9858515 100755 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/Allrun-parallel +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/Allrun-parallel @@ -8,7 +8,6 @@ runApplication blockMesh runApplication decomposePar -cellDist runParallel $(getApplication) -runApplication reconstructParMesh -cellDist -runApplication reconstructPar +runApplication reconstructPar -cellDist #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/buoyantFoam/iglooWithFridges/Allrun b/tutorials/heatTransfer/buoyantFoam/iglooWithFridges/Allrun index 4b48fed36d..0378920c82 100755 --- a/tutorials/heatTransfer/buoyantFoam/iglooWithFridges/Allrun +++ b/tutorials/heatTransfer/buoyantFoam/iglooWithFridges/Allrun @@ -13,6 +13,7 @@ runApplication $(getApplication) ## Parallel #runApplication decomposePar -fileHandler collated #runParallel snappyHexMesh -overwrite -fileHandler collated +# ## Remove any include files from the field dictionaries #( mkdir -p processors/0 && \ # cd 0 && \ @@ -21,7 +22,6 @@ runApplication $(getApplication) #) # #runParallel $(getApplication) -fileHandler collated -#runApplication reconstructParMesh -constant #runApplication reconstructPar #------------------------------------------------------------------------------ diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/shellAndTubeHeatExchanger/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/shellAndTubeHeatExchanger/Allrun index 61b0b25e28..39b7424fff 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/shellAndTubeHeatExchanger/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/shellAndTubeHeatExchanger/Allrun @@ -8,7 +8,6 @@ cd ${0%/*} || exit 1 runParallel $(getApplication) -runApplication reconstructParMesh -allRegions -constant runApplication reconstructPar -allRegions paraFoam -touchAll diff --git a/tutorials/incompressible/pimpleFoam/RAS/propeller/Allrun b/tutorials/incompressible/pimpleFoam/RAS/propeller/Allrun index 341c9606b5..994635332e 100755 --- a/tutorials/incompressible/pimpleFoam/RAS/propeller/Allrun +++ b/tutorials/incompressible/pimpleFoam/RAS/propeller/Allrun @@ -19,7 +19,6 @@ runApplication -a decomposePar -fields -copyZero runParallel $(getApplication) # Reconstruct -runApplication reconstructParMesh -constant runApplication reconstructPar #------------------------------------------------------------------------------ diff --git a/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun-parallel b/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun-parallel index 2c6afffef0..3ec6ec782b 100755 --- a/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun-parallel +++ b/tutorials/incompressible/pimpleFoam/laminar/movingCone/Allrun-parallel @@ -38,7 +38,6 @@ for mapTime in $mapTimes; do done runParallel $(getApplication) -runApplication reconstructParMesh runApplication reconstructPar #------------------------------------------------------------------------------ diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun b/tutorials/incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun index e24cd4922e..76c34c4c50 100755 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/lesFiles/Allrun @@ -13,6 +13,4 @@ ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform runParallel pisoFoam -runApplication reconstructParMesh -constant - runApplication reconstructPar diff --git a/tutorials/incompressible/simpleFoam/drivaerFastback/Allrun b/tutorials/incompressible/simpleFoam/drivaerFastback/Allrun index b1a82266ee..a4f0923ea3 100755 --- a/tutorials/incompressible/simpleFoam/drivaerFastback/Allrun +++ b/tutorials/incompressible/simpleFoam/drivaerFastback/Allrun @@ -114,7 +114,6 @@ runParallel checkMesh runParallel "$(getApplication)" -# runApplication reconstructParMesh -constant # runApplication reconstructPar -latestTime #------------------------------------------------------------------------------ diff --git a/tutorials/incompressible/simpleFoam/motorBike/Allrun b/tutorials/incompressible/simpleFoam/motorBike/Allrun index e64f17d710..4067713a7f 100755 --- a/tutorials/incompressible/simpleFoam/motorBike/Allrun +++ b/tutorials/incompressible/simpleFoam/motorBike/Allrun @@ -17,7 +17,6 @@ runParallel patchSummary runParallel potentialFoam runParallel $(getApplication) -runApplication reconstructParMesh -constant runApplication reconstructPar -latestTime #------------------------------------------------------------------------------ diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/Allrun b/tutorials/incompressible/simpleFoam/turbineSiting/Allrun index a06bc81b25..11672f81f9 100755 --- a/tutorials/incompressible/simpleFoam/turbineSiting/Allrun +++ b/tutorials/incompressible/simpleFoam/turbineSiting/Allrun @@ -11,7 +11,6 @@ runParallel snappyHexMesh -overwrite runParallel topoSet runParallel $(getApplication) -runApplication reconstructParMesh -constant -runApplication reconstructPar -constant +runApplication reconstructPar #------------------------------------------------------------------------------ diff --git a/tutorials/mesh/foamyHexMesh/blob/Allrun-parallel b/tutorials/mesh/foamyHexMesh/blob/Allrun-parallel index ecdd536908..091140a154 100755 --- a/tutorials/mesh/foamyHexMesh/blob/Allrun-parallel +++ b/tutorials/mesh/foamyHexMesh/blob/Allrun-parallel @@ -17,7 +17,7 @@ runParallel -s collapseFaceSet \ runParallel checkMesh -latestTime -allTopology -allGeometry -runApplication reconstructParMesh -latestTime +runApplication reconstructPar -latestTime #------------------------------------------------------------------------------ diff --git a/tutorials/mesh/foamyHexMesh/flange/Allrun-parallel b/tutorials/mesh/foamyHexMesh/flange/Allrun-parallel index 7dc08c7c91..730fd0f3eb 100755 --- a/tutorials/mesh/foamyHexMesh/flange/Allrun-parallel +++ b/tutorials/mesh/foamyHexMesh/flange/Allrun-parallel @@ -21,7 +21,7 @@ runParallel -s collapseFaceSet \ runParallel checkMesh -latestTime -allTopology -allGeometry -runApplication reconstructParMesh -latestTime +runApplication reconstructPar -latestTime #------------------------------------------------------------------------------ diff --git a/tutorials/multiphase/interFoam/RAS/floatingObject/Allrun-parallel b/tutorials/multiphase/interFoam/RAS/floatingObject/Allrun-parallel index 967f4f1880..3b498baaad 100755 --- a/tutorials/multiphase/interFoam/RAS/floatingObject/Allrun-parallel +++ b/tutorials/multiphase/interFoam/RAS/floatingObject/Allrun-parallel @@ -11,7 +11,6 @@ runApplication setFields runApplication decomposePar -cellDist runParallel $(getApplication) -runApplication reconstructParMesh -cellDist -runApplication reconstructPar +runApplication reconstructPar -cellDist #------------------------------------------------------------------------------ diff --git a/tutorials/multiphase/interFoam/RAS/mixerVessel/Allrun b/tutorials/multiphase/interFoam/RAS/mixerVessel/Allrun index ad90b090a2..e8c98e1f06 100755 --- a/tutorials/multiphase/interFoam/RAS/mixerVessel/Allrun +++ b/tutorials/multiphase/interFoam/RAS/mixerVessel/Allrun @@ -16,7 +16,6 @@ runParallel setFields runParallel $(getApplication) # Reconstruct -runApplication reconstructParMesh -constant runApplication reconstructPar #------------------------------------------------------------------------------ diff --git a/tutorials/multiphase/interFoam/RAS/propeller/Allrun b/tutorials/multiphase/interFoam/RAS/propeller/Allrun index cf15224e42..494004d252 100755 --- a/tutorials/multiphase/interFoam/RAS/propeller/Allrun +++ b/tutorials/multiphase/interFoam/RAS/propeller/Allrun @@ -19,7 +19,6 @@ runApplication -a decomposePar -fields -copyZero runParallel $(getApplication) # Reconstruct -runApplication reconstructParMesh -constant runApplication reconstructPar #------------------------------------------------------------------------------