From 0a6c7116645c4a462f468a78e96c3570dfe69d17 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Fri, 7 Jan 2011 12:01:08 +0000 Subject: [PATCH] Tutorials: removed all references to metis to protect the innocent from persecution. --- etc/settings.csh | 2 +- etc/settings.sh | 4 ++-- .../les/smallPoolFire3D/system/decomposeParDict | 4 ---- .../LadenburgJet60psi/system/decomposeParDict | 5 ----- .../freeSpacePeriodic/system/decomposeParDict | 5 ----- .../freeSpaceStream/system/decomposeParDict | 5 ----- .../supersonicCorner/system/decomposeParDict | 5 ----- .../dsmcFoam/wedge15Ma5/system/decomposeParDict | 5 ----- .../periodicCubeArgon/system/decomposeParDict | 9 --------- .../periodicCubeWater/system/decomposeParDict | 9 --------- .../mdFoam/nanoNozzle/system/decomposeParDict | 11 ----------- .../iglooWithFridges/system/decomposeParDict | 4 ---- .../system/bottomAir/decomposeParDict | 16 +--------------- .../multiRegionHeater/system/decomposeParDict | 16 +--------------- .../system/heater/decomposeParDict | 14 -------------- .../system/leftSolid/decomposeParDict | 16 +--------------- .../system/rightSolid/decomposeParDict | 16 +--------------- .../system/topAir/decomposeParDict | 16 +--------------- .../system/bottomWater/decomposeParDict | 14 -------------- .../system/decomposeParDict | 14 -------------- .../system/heater/decomposeParDict | 14 -------------- .../system/leftSolid/decomposeParDict | 14 -------------- .../system/rightSolid/decomposeParDict | 14 -------------- .../system/topAir/decomposeParDict | 14 -------------- .../system/bottomAir/decomposeParDict | 14 -------------- .../system/decomposeParDict | 16 +--------------- .../system/heater/decomposeParDict | 14 -------------- .../system/leftSolid/decomposeParDict | 14 -------------- .../system/rightSolid/decomposeParDict | 14 -------------- .../system/topAir/decomposeParDict | 14 -------------- .../system/bottomAir/decomposeParDict | 14 -------------- .../multiRegionHeater/system/decomposeParDict | 14 -------------- .../system/heater/decomposeParDict | 14 -------------- .../system/leftSolid/decomposeParDict | 14 -------------- .../system/rightSolid/decomposeParDict | 14 -------------- .../system/topAir/decomposeParDict | 14 -------------- .../system/decomposeParDict | 4 ---- .../system/decomposeParDict | 5 ----- .../system/decomposeParDict | 4 ---- .../simpleFoam/motorBike/system/decomposeParDict | 7 ------- .../pitzDailyExptInlet/system/decomposeParDict | 4 ---- .../simplifiedSiwek/system/decomposeParDict | 5 ----- .../filter/system/decomposeParDict | 3 --- .../evaporationTest/system/decomposeParDict | 5 ----- .../system/wallFilmRegion/decomposeParDict | 5 ----- .../hotBoxes/system/decomposeParDict | 7 +------ .../system/wallFilmRegion.org/decomposeParDict | 5 ----- .../multipleBoxes/system/decomposeParDict | 5 ----- .../system/wallFilmRegion.org/decomposeParDict | 5 ----- .../panel/system/decomposeParDict | 5 ----- .../evaporationTest/system/decomposeParDict | 5 ----- .../simplifiedSiwek/system/decomposeParDict | 5 ----- .../SnakeRiverCanyon/system/decomposeParDict | 3 --- .../les/throttle3D/system/decomposeParDict | 5 ----- .../les/depthCharge3D/system/decomposeParDict | 4 ---- .../damBreakWithObstacle/system/decomposeParDict | 4 ---- .../ras/floatingObject/system/decomposeParDict | 5 ----- .../ras/sloshingTank2D/system/decomposeParDict | 5 ----- .../sloshingTank2D3DoF/system/decomposeParDict | 5 ----- .../ras/sloshingTank3D/system/decomposeParDict | 5 ----- .../sloshingTank3D3DoF/system/decomposeParDict | 5 ----- .../sloshingTank3D6DoF/system/decomposeParDict | 5 ----- .../ras/testTubeMixer/system/decomposeParDict | 5 ----- .../laminar/damBreak/system/decomposeParDict | 5 ----- .../ras/damBreak/system/decomposeParDict | 5 ----- .../laminar/damBreak/system/decomposeParDict | 5 ----- .../cavitatingBullet/system/decomposeParDict | 5 ----- .../damBreak4phase/system/decomposeParDict | 5 ----- .../damBreak4phaseFine/system/decomposeParDict | 5 ----- 69 files changed, 10 insertions(+), 566 deletions(-) diff --git a/etc/settings.csh b/etc/settings.csh index 68e82cb0f11..139a295870d 100644 --- a/etc/settings.csh +++ b/etc/settings.csh @@ -108,7 +108,7 @@ case ThirdParty: breaksw case Gcc45: case Gcc45++0x: - set gcc_version=gcc-4.5.0 + set gcc_version=gcc-4.5.2 set gmp_version=gmp-5.0.1 set mpfr_version=mpfr-2.4.2 set mpc_version=mpc-0.8.1 diff --git a/etc/settings.sh b/etc/settings.sh index b466cd4fe71..e401860ef26 100644 --- a/etc/settings.sh +++ b/etc/settings.sh @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 1991-2011 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -127,7 +127,7 @@ OpenFOAM | ThirdParty) mpfr_version=mpfr-2.4.2 ;; Gcc45 | Gcc45++0x) - gcc_version=gcc-4.5.0 + gcc_version=gcc-4.5.2 gmp_version=gmp-5.0.1 mpfr_version=mpfr-2.4.2 mpc_version=mpc-0.8.1 diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict index 535f85cc634..99eed3629ec 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict @@ -37,9 +37,5 @@ manualCoeffs dataFile "cellDecomposition"; } -metisCoeffs -{ -} - // ************************************************************************* // diff --git a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict index 0e973e23956..3c7aa260c8f 100644 --- a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict +++ b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict index d6827ca176d..be24780cea7 100644 --- a/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict index d6827ca176d..be24780cea7 100644 --- a/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict index c3275fc2157..c2f1fe31ef6 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict @@ -33,15 +33,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights - ( - 1 - 3 - ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict index ccd74fc281e..6eff2a638e9 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict @@ -33,15 +33,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights - ( - 1 - 3 - ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict index 849ce844b97..1604f5d3be8 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict @@ -33,17 +33,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights - ( - 1 - 1 - 1 - 1 - ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict index a19902c4dc8..b2f95ceb34c 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict @@ -37,9 +37,5 @@ manualCoeffs dataFile "cellDecomposition"; } -metisCoeffs -{ -} - // ************************************************************************* // diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict index e53a523c9d5..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict index e53a523c9d5..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict index e53a523c9d5..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict index e53a523c9d5..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict index e53a523c9d5..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/bottomWater/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/bottomWater/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/bottomWater/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/bottomWater/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/heater/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/heater/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/heater/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/heater/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/leftSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/leftSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/leftSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/leftSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/rightSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/rightSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/rightSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/rightSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/topAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/topAir/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/topAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/topAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict index e1d400d82b2..ed718393ce1 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; // method scotch; method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights @@ -76,7 +62,7 @@ manualCoeffs //// Is the case distributed //distributed yes; //// Per slave (so nProcs-1 entries) the directory above the case. -//roots +//roots //( // "/tmp" // "/tmp" diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/bottomAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/bottomAir/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/bottomAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/bottomAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/heater/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/heater/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/heater/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/heater/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/leftSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/leftSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/leftSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/leftSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/rightSolid/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/rightSolid/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/rightSolid/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/rightSolid/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/topAir/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/topAir/decomposeParDict index 8f6ced4ac38..1aaedd5a48c 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/topAir/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/topAir/decomposeParDict @@ -25,7 +25,6 @@ numberOfSubdomains 4; method scotch; // method hierarchical; // method simple; -// method metis; // method manual; simpleCoeffs @@ -41,19 +40,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - /* - processorWeights - ( - 1 - 1 - 1 - 1 - ); - */ -} - scotchCoeffs { //processorWeights diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/decomposeParDict b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/decomposeParDict index 514d91a827e..e63167424c0 100644 --- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/decomposeParDict +++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/decomposeParDict @@ -37,9 +37,5 @@ manualCoeffs dataFile "cellDecomposition"; } -metisCoeffs -{ -} - // ************************************************************************* // diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict index 514d91a827e..62dc14beeb5 100644 --- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict +++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict @@ -37,9 +37,4 @@ manualCoeffs dataFile "cellDecomposition"; } -metisCoeffs -{ -} - - // ************************************************************************* // diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/decomposeParDict b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/decomposeParDict index 5d8115cd178..287b30088f9 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/decomposeParDict +++ b/tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/decomposeParDict @@ -32,10 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ -} - manualCoeffs { dataFile ""; diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict b/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict index 6549b7e0852..ed8cab434cb 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict +++ b/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict @@ -18,7 +18,6 @@ FoamFile numberOfSubdomains 6; method hierarchical; -// method metis; // method ptscotch; simpleCoeffs @@ -39,11 +38,5 @@ manualCoeffs dataFile "cellDecomposition"; } -metisCoeffs -{ - //n (5 1 1); - //cellWeightsFile "constant/cellWeightsFile"; -} - // ************************************************************************* // diff --git a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict index b93c39fe508..93b49f58dd8 100644 --- a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict +++ b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict @@ -32,10 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/decomposeParDict b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/decomposeParDict index d2eb7c69722..dc1e1a90833 100644 --- a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/decomposeParDict +++ b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/decomposeParDict b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/decomposeParDict index 39c3316dea7..6a125357229 100644 --- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/decomposeParDict +++ b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/decomposeParDict @@ -38,9 +38,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/decomposeParDict index 9b200b05ed9..8515059f1f8 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/wallFilmRegion/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/wallFilmRegion/decomposeParDict index 9b200b05ed9..8515059f1f8 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/wallFilmRegion/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/wallFilmRegion/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/decomposeParDict index 176b1467df2..66b12fe52a1 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/decomposeParDict @@ -17,7 +17,7 @@ FoamFile numberOfSubdomains 4; -method metis; +method scotch; simpleCoeffs { @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/wallFilmRegion.org/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/wallFilmRegion.org/decomposeParDict index 07e539d558a..66b12fe52a1 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/wallFilmRegion.org/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/wallFilmRegion.org/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/decomposeParDict index d2eb7c69722..dc1e1a90833 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/wallFilmRegion.org/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/wallFilmRegion.org/decomposeParDict index d2eb7c69722..dc1e1a90833 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/wallFilmRegion.org/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/multipleBoxes/system/wallFilmRegion.org/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/panel/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFilmFoam/panel/system/decomposeParDict index d2eb7c69722..dc1e1a90833 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/panel/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFilmFoam/panel/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/decomposeParDict index d2eb7c69722..dc1e1a90833 100644 --- a/tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/decomposeParDict b/tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/decomposeParDict index c488f3ff6b3..dc1e1a90833 100644 --- a/tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/decomposeParDict +++ b/tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - //processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict index 9b0188ab672..f6300907a4a 100644 --- a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict +++ b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict @@ -34,9 +34,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{} - manualCoeffs { dataFile "decompositionData"; diff --git a/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/decomposeParDict b/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/decomposeParDict index b9c79fbbcde..bd9779edd7e 100644 --- a/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/decomposeParDict +++ b/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/decomposeParDict b/tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/decomposeParDict index f7736c90ba5..f17d20b352d 100644 --- a/tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/decomposeParDict +++ b/tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/decomposeParDict @@ -32,10 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/decomposeParDict index 8c6dbf212b6..ef6e9b0fff2 100644 --- a/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/decomposeParDict @@ -32,10 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/floatingObject/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/floatingObject/system/decomposeParDict index f2bcb9edbf9..b3e78cc832a 100644 --- a/tutorials/multiphase/interDyMFoam/ras/floatingObject/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/floatingObject/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interDyMFoam/ras/testTubeMixer/system/decomposeParDict b/tutorials/multiphase/interDyMFoam/ras/testTubeMixer/system/decomposeParDict index 96bfa3696fb..d80e0baf3d4 100644 --- a/tutorials/multiphase/interDyMFoam/ras/testTubeMixer/system/decomposeParDict +++ b/tutorials/multiphase/interDyMFoam/ras/testTubeMixer/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interFoam/laminar/damBreak/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/damBreak/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/interFoam/laminar/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/damBreak/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interFoam/ras/damBreak/system/decomposeParDict b/tutorials/multiphase/interFoam/ras/damBreak/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/interFoam/ras/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/ras/damBreak/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict b/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/decomposeParDict b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/decomposeParDict +++ b/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict index fafe891ce1a..8e1ea9515ed 100644 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict @@ -32,11 +32,6 @@ hierarchicalCoeffs order xyz; } -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - manualCoeffs { dataFile ""; -- GitLab