diff --git a/applications/test/hexRef8/block/system/decomposeParDict b/applications/test/hexRef8/block/system/decomposeParDict index 324f0d604c..b5746ccc05 100644 --- a/applications/test/hexRef8/block/system/decomposeParDict +++ b/applications/test/hexRef8/block/system/decomposeParDict @@ -57,7 +57,6 @@ multiLevelCoeffs // simpleCoeffs //{ // n (2 1 1); - // delta 0.001; //} method scotch; } @@ -73,13 +72,11 @@ multiLevelCoeffs simpleCoeffs { n (2 1 1); - delta 0.001; } hierarchicalCoeffs { n (1 2 1); - delta 0.001; order xyz; } diff --git a/applications/test/patchRegion/cavity_pinched/system/decomposeParDict b/applications/test/patchRegion/cavity_pinched/system/decomposeParDict index 236df708de..af8fa32d45 100644 --- a/applications/test/patchRegion/cavity_pinched/system/decomposeParDict +++ b/applications/test/patchRegion/cavity_pinched/system/decomposeParDict @@ -57,7 +57,6 @@ multiLevelCoeffs // simpleCoeffs //{ // n (2 1 1); - // delta 0.001; //} method scotch; } @@ -73,13 +72,11 @@ multiLevelCoeffs simpleCoeffs { n (2 1 1); - delta 0.001; } hierarchicalCoeffs { n (2 1 1); - delta 0.001; order xyz; } diff --git a/etc/caseDicts/annotated/decomposeParDict b/etc/caseDicts/annotated/decomposeParDict index f0c5cc0713..92eccf71b9 100644 --- a/etc/caseDicts/annotated/decomposeParDict +++ b/etc/caseDicts/annotated/decomposeParDict @@ -18,49 +18,51 @@ numberOfSubdomains 2; // Optional decomposition constraints -//constraints -//{ -// preserveBaffles -// { -// //- Keep owner and neighbour of baffles on same processor (i.e. -// // keep it detectable as a baffle). Baffles are two boundary face -// // sharing the same points -// type preserveBaffles; -// } -// preserveFaceZones -// { -// //- Keep owner and neighbour on same processor for faces in zones -// type preserveFaceZones; -// zones (".*"); -// } -// preservePatches -// { -// //- Keep owner and neighbour on same processor for faces in patches -// // (only makes sense for cyclic patches. Not suitable for e.g. -// // cyclicAMI since these are not coupled on the patch level. Use -// // singleProcessorFaceSets for those) -// type preservePatches; -// patches (".*"); -// } -// singleProcessorFaceSets -// { -// //- Keep all of faceSet on a single processor. This puts all cells -// // connected with a point, edge or face on the same processor. -// // (just having face connected cells might not guarantee a balanced -// // decomposition) -// // The processor can be -1 (the decompositionMethod chooses the -// // processor for a good load balance) or explicitly provided (upsets -// // balance) -// type singleProcessorFaceSets; -// singleProcessorFaceSets ((f1 -1)); -// } -// refinementHistory -// { -// //- Decompose cells such that all cell originating from single cell -// // end up on same processor -// type refinementHistory; -// } -//} +/* +constraints +{ + preserveBaffles + { + //- Keep owner and neighbour of baffles on same processor (i.e. + // keep it detectable as a baffle). Baffles are two boundary face + // sharing the same points + type preserveBaffles; + } + preserveFaceZones + { + //- Keep owner and neighbour on same processor for faces in zones + type preserveFaceZones; + zones (".*"); + } + preservePatches + { + //- Keep owner and neighbour on same processor for faces in patches + // (only makes sense for cyclic patches. Not suitable for e.g. + // cyclicAMI since these are not coupled on the patch level. Use + // singleProcessorFaceSets for those) + type preservePatches; + patches (".*"); + } + singleProcessorFaceSets + { + //- Keep all of faceSet on a single processor. This puts all cells + // connected with a point, edge or face on the same processor. + // (just having face connected cells might not guarantee a balanced + // decomposition) + // The processor can be -1 (the decompositionMethod chooses the + // processor for a good load balance) or explicitly provided (upsets + // balance) + type singleProcessorFaceSets; + singleProcessorFaceSets ((f1 -1)); + } + refinementHistory + { + //- Decompose cells such that all cell originating from single cell + // end up on same processor + type refinementHistory; + } +} +*/ // Deprecated form of specifying decomposition constraints: @@ -71,7 +73,7 @@ numberOfSubdomains 2; // (makes sense only for cyclic patches. Not suitable for e.g. cyclicAMI // since these are not coupled on the patch level. Use // singleProcessorFaceSets for those) -//preservePatches (cyclic_half0 cyclic_half1); +// preservePatches (cyclic_half0 cyclic_half1); //- Keep all of faceSet on a single processor. This puts all cells // connected with a point, edge or face on the same processor. @@ -79,13 +81,12 @@ numberOfSubdomains 2; // decomposition) // The processor can be -1 (the decompositionMethod chooses the processor // for a good load balance) or explicitly provided (upsets balance). -//singleProcessorFaceSets ((f0 -1)); +// singleProcessorFaceSets ((f0 -1)); //- Keep owner and neighbour of baffles on same processor (i.e. keep it // detectable as a baffle). Baffles are two boundary face sharing the // same points. -//preserveBaffles true; - +// preserveBaffles true; //- Use the volScalarField named here as a weight for each cell in the @@ -94,7 +95,7 @@ numberOfSubdomains 2; // weightField dsmcRhoNMean; method scotch; -//method hierarchical; +// method hierarchical; // method simple; // method metis; // method manual; @@ -111,10 +112,10 @@ multiLevelCoeffs numberOfSubdomains 64; // method simple; // simpleCoeffs - //{ - // n (2 1 1); - // delta 0.001; - //} + // { + // n (2 1 1); + // delta 0.001; + // } method scotch; } level1 @@ -124,24 +125,35 @@ multiLevelCoeffs } } -// Desired output simpleCoeffs { + // Number of processor blocks in each coordinate direction n (2 1 1); + + // Coefficient of the slight rotation of the mesh to bias the decomposition + // to be deterministic in the case that the initial block mesh is coordinate + // aligned delta 0.001; } hierarchicalCoeffs { + // Number of processor blocks in each coordinate direction n (1 2 1); - delta 0.001; + + // Coordinate order of the hierarchical decomposition order xyz; + + // Coefficient of the slight rotation of the mesh to bias the decomposition + // to be deterministic in the case that the initial block mesh is coordinate + // aligned + delta 0.001; } metisCoeffs { - /* + /* processorWeights ( 1 @@ -149,20 +161,22 @@ metisCoeffs 1 1 ); - */ + */ } scotchCoeffs { - // processorWeights - //( - // 1 - // 1 - // 1 - // 1 - //); - // writeGraph true; - // strategy "b"; + /* + processorWeights + ( + 1 + 1 + 1 + 1 + ); + writeGraph true; + strategy "b"; + */ } manualCoeffs @@ -180,14 +194,17 @@ structuredCoeffs method scotch; } -//// Is the case distributed? Note: command-line argument -roots takes -//// precedence -//distributed yes; -//// Per slave (so nProcs-1 entries) the directory above the case. -//roots -//( -// "/tmp" -// "/tmp" -//); +// Is the case distributed? Note: command-line argument -roots takes +// precedence +// distributed yes; + +// Per slave (so nProcs-1 entries) the directory above the case. +/* +roots +( + "/tmp" + "/tmp" +); +*/ // ************************************************************************* // diff --git a/etc/caseDicts/preProcessing/decomposeParDict b/etc/caseDicts/preProcessing/decomposeParDict index bfd7ed508e..015efa5938 100644 --- a/etc/caseDicts/preProcessing/decomposeParDict +++ b/etc/caseDicts/preProcessing/decomposeParDict @@ -26,13 +26,11 @@ method hierarchical; simpleCoeffs { n (4 2 1); // total must match numberOfSubdomains - delta 0.001; } hierarchicalCoeffs { n (4 2 1); // total must match numberOfSubdomains - delta 0.001; order xyz; } diff --git a/etc/templates/singleFluidCHT/system/decomposeParDict b/etc/templates/singleFluidCHT/system/decomposeParDict index 9d7fb34556..e54343a117 100644 --- a/etc/templates/singleFluidCHT/system/decomposeParDict +++ b/etc/templates/singleFluidCHT/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C index 7190c21528..2efe037641 100644 --- a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C +++ b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -36,11 +36,10 @@ Foam::geomDecomp::geomDecomp decompositionMethod(decompositionDict), geomDecomDict_(decompositionDict.optionalSubDict(derivedType + "Coeffs")), n_(geomDecomDict_.lookup("n")), - delta_(geomDecomDict_.lookup("delta")), + delta_(geomDecomDict_.lookupOrDefault("delta", 0.001)), rotDelta_(I) { - // check that the case makes sense : - + // Check that the decomposition specification makes sense: if (nProcessors_ != n_.x()*n_.y()*n_.z()) { FatalErrorInFunction @@ -50,11 +49,11 @@ Foam::geomDecomp::geomDecomp << exit(FatalError); } - scalar d = 1 - 0.5*delta_*delta_; - scalar d2 = sqr(d); + const scalar d = 1 - 0.5*delta_*delta_; + const scalar d2 = sqr(d); - scalar a = delta_; - scalar a2 = sqr(a); + const scalar a = delta_; + const scalar a2 = sqr(a); rotDelta_ = tensor ( diff --git a/tutorials/IO/fileHandler/system/decomposeParDict b/tutorials/IO/fileHandler/system/decomposeParDict index a93288e876..20d764aac5 100644 --- a/tutorials/IO/fileHandler/system/decomposeParDict +++ b/tutorials/IO/fileHandler/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/decomposeParDict b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/decomposeParDict index 309877e5a0..9b142d61d9 100644 --- a/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/decomposeParDict +++ b/tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/buoyantReactingFoam/Lagrangian/cylinder/system/decomposeParDict b/tutorials/combustion/buoyantReactingFoam/Lagrangian/cylinder/system/decomposeParDict index 2b67f533b9..7e0bc7832d 100644 --- a/tutorials/combustion/buoyantReactingFoam/Lagrangian/cylinder/system/decomposeParDict +++ b/tutorials/combustion/buoyantReactingFoam/Lagrangian/cylinder/system/decomposeParDict @@ -21,13 +21,11 @@ method metis; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/buoyantReactingFoam/Lagrangian/rivuletPanel/system/decomposeParDict b/tutorials/combustion/buoyantReactingFoam/Lagrangian/rivuletPanel/system/decomposeParDict index 2b67f533b9..7e0bc7832d 100644 --- a/tutorials/combustion/buoyantReactingFoam/Lagrangian/rivuletPanel/system/decomposeParDict +++ b/tutorials/combustion/buoyantReactingFoam/Lagrangian/rivuletPanel/system/decomposeParDict @@ -21,13 +21,11 @@ method metis; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/system/decomposeParDict b/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/system/decomposeParDict index 2b67f533b9..7e0bc7832d 100644 --- a/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/system/decomposeParDict +++ b/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/system/decomposeParDict @@ -21,13 +21,11 @@ method metis; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/buoyantReactingFoam/RAS/smallPoolFire3D/system/decomposeParDict b/tutorials/combustion/buoyantReactingFoam/RAS/smallPoolFire3D/system/decomposeParDict index aad2c26d32..153a476d2c 100644 --- a/tutorials/combustion/buoyantReactingFoam/RAS/smallPoolFire3D/system/decomposeParDict +++ b/tutorials/combustion/buoyantReactingFoam/RAS/smallPoolFire3D/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (1 2 2); - delta 0.001; } hierarchicalCoeffs { n (1 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/Lagrangian/filter/system/decomposeParDict b/tutorials/combustion/reactingFoam/Lagrangian/filter/system/decomposeParDict index 9786b6d6ab..d428d7ecb4 100644 --- a/tutorials/combustion/reactingFoam/Lagrangian/filter/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/Lagrangian/filter/system/decomposeParDict @@ -27,13 +27,11 @@ preserveFaceZones simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/Lagrangian/simplifiedSiwek/system/decomposeParDict b/tutorials/combustion/reactingFoam/Lagrangian/simplifiedSiwek/system/decomposeParDict index fcd3e707b1..cc66455ee1 100644 --- a/tutorials/combustion/reactingFoam/Lagrangian/simplifiedSiwek/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/Lagrangian/simplifiedSiwek/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/system/decomposeParDict b/tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/system/decomposeParDict index d3b31aa992..f074e00d9e 100644 --- a/tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (1 1 6); - delta 0.001; } hierarchicalCoeffs { n ( 1 1 1 ); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/system/decomposeParDict b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/system/decomposeParDict index a91207eec3..8ccf806c30 100644 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2DLTS_GRI_TDAC/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/system/decomposeParDict b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/system/decomposeParDict index a91207eec3..8ccf806c30 100644 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/system/decomposeParDict b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/system/decomposeParDict index a91207eec3..8ccf806c30 100644 --- a/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/system/decomposeParDict +++ b/tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict index b91fc959d3..eb01cfa5d4 100644 --- a/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict +++ b/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (8 1 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/decomposeParDict b/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/decomposeParDict index 88c010d6d0..6c6b6dea1c 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/decomposeParDict +++ b/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (8 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/compressible/rhoSimpleFoam/squareBend/system/decomposeParDict b/tutorials/compressible/rhoSimpleFoam/squareBend/system/decomposeParDict index 88c010d6d0..6c6b6dea1c 100644 --- a/tutorials/compressible/rhoSimpleFoam/squareBend/system/decomposeParDict +++ b/tutorials/compressible/rhoSimpleFoam/squareBend/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (8 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/decomposeParDict b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/decomposeParDict index 88c010d6d0..6c6b6dea1c 100644 --- a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/decomposeParDict +++ b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (8 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict index 1f46dcebb8..632d50b990 100644 --- a/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (1 2 2); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict index 1f46dcebb8..632d50b990 100644 --- a/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (1 2 2); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict +++ b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict index a3634fa0b5..c1deda6006 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict @@ -22,13 +22,11 @@ method simple; simpleCoeffs { n (2 1 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict index 2fab0fbfa5..6b22c0790c 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict @@ -22,13 +22,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict b/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict index 83ee9dd0a3..7e5b213c70 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict +++ b/tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict @@ -22,13 +22,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/system/decomposeParDict b/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/system/decomposeParDict index 1132b2f139..2445e2736e 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/system/decomposeParDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/system/decomposeParDict @@ -21,7 +21,6 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/iglooWithFridges/system/decomposeParDict b/tutorials/heatTransfer/buoyantSimpleFoam/iglooWithFridges/system/decomposeParDict index 7b19335420..99d4049d1b 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/iglooWithFridges/system/decomposeParDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/iglooWithFridges/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (3 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/system/decomposeParDict index 9d7fb34556..e54343a117 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/air/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/air/decomposeParDict index fcd3e707b1..cc66455ee1 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/air/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/air/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/decomposeParDict index fcd3e707b1..cc66455ee1 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/porous/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/porous/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/porous/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/heatExchanger/system/porous/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/heatedDuct/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/heatedDuct/system/decomposeParDict index a8f224a6ca..92785716ba 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/heatedDuct/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/heatedDuct/system/decomposeParDict @@ -23,7 +23,6 @@ method hierarchical; hierarchicalCoeffs { n (1 1 4); - delta 0.001; order xyz; } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/system/decomposeParDict index 444938583d..1140e13aed 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/system/decomposeParDict @@ -23,7 +23,6 @@ method hierarchical; hierarchicalCoeffs { n (1 4 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pimpleFoam/LES/channel395/system/decomposeParDict b/tutorials/incompressible/pimpleFoam/LES/channel395/system/decomposeParDict index 4a0fc1d651..5ba0731241 100644 --- a/tutorials/incompressible/pimpleFoam/LES/channel395/system/decomposeParDict +++ b/tutorials/incompressible/pimpleFoam/LES/channel395/system/decomposeParDict @@ -57,7 +57,6 @@ multiLevelCoeffs // simpleCoeffs //{ // n (2 1 1); - // delta 0.001; //} method scotch; } @@ -73,13 +72,11 @@ multiLevelCoeffs simpleCoeffs { n (1 2 2); - delta 0.001; } hierarchicalCoeffs { n (1 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/decomposeParDict b/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/decomposeParDict index b25d5100be..a14184b6c6 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/decomposeParDict +++ b/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/decomposeParDict @@ -21,7 +21,6 @@ method scotch; hierarchicalCoeffs { n (1 4 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pimpleFoam/RAS/propeller/system/decomposeParDict b/tutorials/incompressible/pimpleFoam/RAS/propeller/system/decomposeParDict index 13ae0bad1e..237733cedb 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/propeller/system/decomposeParDict +++ b/tutorials/incompressible/pimpleFoam/RAS/propeller/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (1 4 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion2D_pimpleFoam/system/decomposeParDict b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion2D_pimpleFoam/system/decomposeParDict index f4553f25f1..2f96c0eaaf 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion2D_pimpleFoam/system/decomposeParDict +++ b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion2D_pimpleFoam/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict index 380ff696f0..809adda311 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict +++ b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (1 3 1); - delta 0.001; } hierarchicalCoeffs { n (3 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict index aed03e8e70..d8d7226f38 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.hierarchical b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.hierarchical index aed03e8e70..d8d7226f38 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.hierarchical +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.hierarchical @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.ptscotch b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.ptscotch index dbeeb17069..e96f435cfe 100644 --- a/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.ptscotch +++ b/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/decomposeParDict.ptscotch @@ -21,13 +21,11 @@ method ptscotch; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/decomposeParDict b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/decomposeParDict index e621082fa4..2684f9370f 100644 --- a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/decomposeParDict +++ b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 1 1); - delta 0.001; } hierarchicalCoeffs { n (2 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/decomposeParDict b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/decomposeParDict index 28491c3e28..a42bac2c2a 100644 --- a/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/decomposeParDict +++ b/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 2); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/simpleFoam/drivaerFastback/system/decomposeParDict.orig b/tutorials/incompressible/simpleFoam/drivaerFastback/system/decomposeParDict.orig index 4a2fc54088..82b6f32cea 100644 --- a/tutorials/incompressible/simpleFoam/drivaerFastback/system/decomposeParDict.orig +++ b/tutorials/incompressible/simpleFoam/drivaerFastback/system/decomposeParDict.orig @@ -21,7 +21,6 @@ method scotch; hierarchicalCoeffs { n (4 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict b/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict index 6e6a46fca7..ceb24153e7 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict +++ b/tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict @@ -22,13 +22,11 @@ method hierarchical; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (3 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict index c6ae764fb7..32f6bb75e1 100644 --- a/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict +++ b/tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 1 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/system/decomposeParDict.orig b/tutorials/incompressible/simpleFoam/turbineSiting/system/decomposeParDict.orig index 087696d493..8aca23ed5e 100644 --- a/tutorials/incompressible/simpleFoam/turbineSiting/system/decomposeParDict.orig +++ b/tutorials/incompressible/simpleFoam/turbineSiting/system/decomposeParDict.orig @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/lagrangian/denseParticleFoam/Goldschmidt/system/decomposeParDict b/tutorials/lagrangian/denseParticleFoam/Goldschmidt/system/decomposeParDict index 841853c92c..0fdb475a0d 100644 --- a/tutorials/lagrangian/denseParticleFoam/Goldschmidt/system/decomposeParDict +++ b/tutorials/lagrangian/denseParticleFoam/Goldschmidt/system/decomposeParDict @@ -21,7 +21,6 @@ method simple; simpleCoeffs { n (1 5 1); - delta 0.001; } // ************************************************************************* // diff --git a/tutorials/lagrangian/denseParticleFoam/GoldschmidtMPPIC/system/decomposeParDict b/tutorials/lagrangian/denseParticleFoam/GoldschmidtMPPIC/system/decomposeParDict index 841853c92c..0fdb475a0d 100644 --- a/tutorials/lagrangian/denseParticleFoam/GoldschmidtMPPIC/system/decomposeParDict +++ b/tutorials/lagrangian/denseParticleFoam/GoldschmidtMPPIC/system/decomposeParDict @@ -21,7 +21,6 @@ method simple; simpleCoeffs { n (1 5 1); - delta 0.001; } // ************************************************************************* // diff --git a/tutorials/lagrangian/denseParticleFoam/cyclone/system/decomposeParDict b/tutorials/lagrangian/denseParticleFoam/cyclone/system/decomposeParDict index 04c6825732..a39016e446 100644 --- a/tutorials/lagrangian/denseParticleFoam/cyclone/system/decomposeParDict +++ b/tutorials/lagrangian/denseParticleFoam/cyclone/system/decomposeParDict @@ -21,7 +21,6 @@ method simple; simpleCoeffs { n (2 2 3); - delta 0.001; } // ************************************************************************* // diff --git a/tutorials/lagrangian/particleFoam/hopper/hopperEmptying/system/decomposeParDict b/tutorials/lagrangian/particleFoam/hopper/hopperEmptying/system/decomposeParDict index a93288e876..20d764aac5 100644 --- a/tutorials/lagrangian/particleFoam/hopper/hopperEmptying/system/decomposeParDict +++ b/tutorials/lagrangian/particleFoam/hopper/hopperEmptying/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/lagrangian/particleFoam/hopper/hopperInitialState/system/decomposeParDict b/tutorials/lagrangian/particleFoam/hopper/hopperInitialState/system/decomposeParDict index a93288e876..20d764aac5 100644 --- a/tutorials/lagrangian/particleFoam/hopper/hopperInitialState/system/decomposeParDict +++ b/tutorials/lagrangian/particleFoam/hopper/hopperInitialState/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (4 1 1); - delta 0.001; } hierarchicalCoeffs { n (4 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/foamyHexMesh/blob/system/backgroundMeshDecomposition/decomposeParDict b/tutorials/mesh/foamyHexMesh/blob/system/backgroundMeshDecomposition/decomposeParDict index f9a7af18d3..6021a59bee 100644 --- a/tutorials/mesh/foamyHexMesh/blob/system/backgroundMeshDecomposition/decomposeParDict +++ b/tutorials/mesh/foamyHexMesh/blob/system/backgroundMeshDecomposition/decomposeParDict @@ -23,13 +23,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict index f9a7af18d3..6021a59bee 100644 --- a/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict +++ b/tutorials/mesh/foamyHexMesh/blob/system/decomposeParDict @@ -23,13 +23,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/foamyHexMesh/flange/system/backgroundMeshDecomposition/decomposeParDict b/tutorials/mesh/foamyHexMesh/flange/system/backgroundMeshDecomposition/decomposeParDict index 43b88056a1..4e724ca0d8 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/backgroundMeshDecomposition/decomposeParDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/backgroundMeshDecomposition/decomposeParDict @@ -22,13 +22,11 @@ method hierarchical; simpleCoeffs { n (2 2 2); - delta 0.001; } hierarchicalCoeffs { n (2 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict index 43b88056a1..4e724ca0d8 100644 --- a/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict +++ b/tutorials/mesh/foamyHexMesh/flange/system/decomposeParDict @@ -22,13 +22,11 @@ method hierarchical; simpleCoeffs { n (2 2 2); - delta 0.001; } hierarchicalCoeffs { n (2 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict index 3987d347ca..4d949fa071 100644 --- a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict +++ b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict @@ -23,13 +23,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/mesh/snappyHexMesh/flange/system/decomposeParDict b/tutorials/mesh/snappyHexMesh/flange/system/decomposeParDict index 0ce2bd9506..3a332c40a4 100644 --- a/tutorials/mesh/snappyHexMesh/flange/system/decomposeParDict +++ b/tutorials/mesh/snappyHexMesh/flange/system/decomposeParDict @@ -21,13 +21,11 @@ method ptscotch; // simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/cavitatingFoam/LES/throttle3D/system/decomposeParDict b/tutorials/multiphase/cavitatingFoam/LES/throttle3D/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/cavitatingFoam/LES/throttle3D/system/decomposeParDict +++ b/tutorials/multiphase/cavitatingFoam/LES/throttle3D/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/cylinder/system/decomposeParDict b/tutorials/multiphase/compressibleInterFoam/laminar/cylinder/system/decomposeParDict index 2b67f533b9..7e0bc7832d 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/cylinder/system/decomposeParDict +++ b/tutorials/multiphase/compressibleInterFoam/laminar/cylinder/system/decomposeParDict @@ -21,13 +21,11 @@ method metis; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/decomposeParDict b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/decomposeParDict index da9c7093f7..36a0d71716 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/decomposeParDict +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (1 4 1); - delta 0.001; } hierarchicalCoeffs { n (1 4 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/compressibleInterFoam/laminar/sloshingTank2D/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/compressibleInterFoam/laminar/sloshingTank2D/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/compressibleMultiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict b/tutorials/multiphase/compressibleMultiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/compressibleMultiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict +++ b/tutorials/multiphase/compressibleMultiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/RAS/damBreak/damBreak/system/decomposeParDict b/tutorials/multiphase/interFoam/RAS/damBreak/damBreak/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreak/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/RAS/damBreak/damBreak/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/RAS/floatingObject/system/decomposeParDict b/tutorials/multiphase/interFoam/RAS/floatingObject/system/decomposeParDict index 9a3d16f451..0cd9c5abdd 100644 --- a/tutorials/multiphase/interFoam/RAS/floatingObject/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/RAS/floatingObject/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/RAS/propeller/system/decomposeParDict b/tutorials/multiphase/interFoam/RAS/propeller/system/decomposeParDict index 13ae0bad1e..237733cedb 100644 --- a/tutorials/multiphase/interFoam/RAS/propeller/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/RAS/propeller/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (1 4 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/cavitatingBullet/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/damBreak/damBreak/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/damBreak/damBreak/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/interFoam/laminar/damBreak/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/damBreak/damBreak/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/decomposeParDict index 7c46a322b2..8b030fd8ab 100644 --- a/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/decomposeParDict @@ -21,13 +21,11 @@ method scotch; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (2 2 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank3D/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank3D/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank3D/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank3D/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank3D3DoF/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank3D3DoF/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank3D3DoF/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank3D3DoF/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/testTubeMixer/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/testTubeMixer/system/decomposeParDict index 4f0e0ce956..55360e3dce 100644 --- a/tutorials/multiphase/interFoam/laminar/testTubeMixer/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/testTubeMixer/system/decomposeParDict @@ -21,13 +21,11 @@ method hierarchical; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (4 2 2); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/interFoam/laminar/wave/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/wave/system/decomposeParDict index 20f75ca2a4..a82c6842d5 100644 --- a/tutorials/multiphase/interFoam/laminar/wave/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/wave/system/decomposeParDict @@ -21,7 +21,6 @@ method simple; simpleCoeffs { n (3 2 1); - delta 0.001; } diff --git a/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict b/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict +++ b/tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/decomposeParDict index a60aa8ba7a..f522f08560 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (1 6 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubblePipe/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubblePipe/system/decomposeParDict index 4c616fd506..7e81c3ed1c 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubblePipe/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubblePipe/system/decomposeParDict @@ -20,7 +20,6 @@ method simple; simpleCoeffs { n (1 1 4); - delta 0.001; } // ************************************************************************* // diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/fluidisedBed/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/fluidisedBed/system/decomposeParDict index 4304a03442..5510c9a2c5 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/fluidisedBed/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/fluidisedBed/system/decomposeParDict @@ -26,13 +26,11 @@ method hierarchical; simpleCoeffs { n (1 4 1); // total must match numberOfSubdomains - delta 0.001; } hierarchicalCoeffs { n (1 4 1); // total must match numberOfSubdomains - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/decomposeParDict index 5ea37acc14..4caf86b5c0 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/decomposeParDict @@ -20,13 +20,11 @@ method scotch; simpleCoeffs { n (1 1 24); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/decomposeParDict index 5ea37acc14..4caf86b5c0 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/decomposeParDict @@ -20,13 +20,11 @@ method scotch; simpleCoeffs { n (1 1 24); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/decomposeParDict index 5ea37acc14..4caf86b5c0 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/decomposeParDict @@ -20,13 +20,11 @@ method scotch; simpleCoeffs { n (1 1 24); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/decomposeParDict index 5ea37acc14..4caf86b5c0 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/decomposeParDict @@ -20,13 +20,11 @@ method scotch; simpleCoeffs { n (1 1 24); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnEvaporating/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnEvaporating/system/decomposeParDict index a60aa8ba7a..f522f08560 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnEvaporating/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnEvaporating/system/decomposeParDict @@ -21,7 +21,6 @@ method hierarchical; hierarchicalCoeffs { n (1 6 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/damBreak4phase/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/laminar/damBreak4phase/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/damBreak4phase/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/damBreak4phase/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesis/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesis/system/decomposeParDict index a5cc309cba..91505c8c5b 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesis/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesis/system/decomposeParDict @@ -26,13 +26,11 @@ method hierarchical; simpleCoeffs { n (4 1 1); // total must match numberOfSubdomains - delta 0.001; } hierarchicalCoeffs { n (4 1 1); // total must match numberOfSubdomains - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesisSurface/system/decomposeParDict b/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesisSurface/system/decomposeParDict index a5cc309cba..91505c8c5b 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesisSurface/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/titaniaSynthesisSurface/system/decomposeParDict @@ -26,13 +26,11 @@ method hierarchical; simpleCoeffs { n (4 1 1); // total must match numberOfSubdomains - delta 0.001; } hierarchicalCoeffs { n (4 1 1); // total must match numberOfSubdomains - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseInterFoam/RAS/damBreak4phase/system/decomposeParDict b/tutorials/multiphase/multiphaseInterFoam/RAS/damBreak4phase/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/multiphaseInterFoam/RAS/damBreak4phase/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseInterFoam/RAS/damBreak4phase/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; } diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict index 473d4c4d17..3729549d21 100644 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict @@ -21,13 +21,11 @@ method simple; simpleCoeffs { n (2 2 1); - delta 0.001; } hierarchicalCoeffs { n (1 1 1); - delta 0.001; order xyz; }