From d782bb99402f6d11083009d30f772b74aea81305 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 4 Jul 2018 17:18:06 +0100 Subject: [PATCH] ENH: sloshingTank2D: correct decomposeParDict. Fixes #913. --- .../laminar/sloshingTank2D/system/decomposeParDict | 11 ++--------- .../laminar/sloshingTank2D/system/decomposeParDict | 11 ++--------- .../sloshingTank2D3DoF/system/decomposeParDict | 11 ++--------- .../sloshingTank2D/system/decomposeParDict | 11 ++--------- 4 files changed, 8 insertions(+), 36 deletions(-) diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/decomposeParDict index ca0d5710b3..f8766da908 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/decomposeParDict @@ -14,20 +14,13 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -numberOfSubdomains 16; +numberOfSubdomains 6; method hierarchical; coeffs { - n (4 2 2); - //delta 0.001; // default=0.001 - //order xyz; // default=xzy + n (1 3 2); } -distributed no; - -roots ( ); - - // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict index ca0d5710b3..f8766da908 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/decomposeParDict @@ -14,20 +14,13 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -numberOfSubdomains 16; +numberOfSubdomains 6; method hierarchical; coeffs { - n (4 2 2); - //delta 0.001; // default=0.001 - //order xyz; // default=xzy + n (1 3 2); } -distributed no; - -roots ( ); - - // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict b/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict index ca0d5710b3..f8766da908 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/decomposeParDict @@ -14,20 +14,13 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -numberOfSubdomains 16; +numberOfSubdomains 6; method hierarchical; coeffs { - n (4 2 2); - //delta 0.001; // default=0.001 - //order xyz; // default=xzy + n (1 3 2); } -distributed no; - -roots ( ); - - // ************************************************************************* // diff --git a/tutorials/multiphase/interIsoFoam/sloshingTank2D/system/decomposeParDict b/tutorials/multiphase/interIsoFoam/sloshingTank2D/system/decomposeParDict index ca0d5710b3..f8766da908 100644 --- a/tutorials/multiphase/interIsoFoam/sloshingTank2D/system/decomposeParDict +++ b/tutorials/multiphase/interIsoFoam/sloshingTank2D/system/decomposeParDict @@ -14,20 +14,13 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -numberOfSubdomains 16; +numberOfSubdomains 6; method hierarchical; coeffs { - n (4 2 2); - //delta 0.001; // default=0.001 - //order xyz; // default=xzy + n (1 3 2); } -distributed no; - -roots ( ); - - // ************************************************************************* // -- GitLab