From 470f3db0a67482b42ef7a6284704980ef9fed636 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 29 Nov 2013 16:24:14 +0000 Subject: [PATCH] Changed decomposition method --- .../circCylinder3dHex/system/decomposeParDict | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tutorials/mesh/moveDynamicMesh/circCylinder3dHex/system/decomposeParDict b/tutorials/mesh/moveDynamicMesh/circCylinder3dHex/system/decomposeParDict index f893ee450..815819f70 100644 --- a/tutorials/mesh/moveDynamicMesh/circCylinder3dHex/system/decomposeParDict +++ b/tutorials/mesh/moveDynamicMesh/circCylinder3dHex/system/decomposeParDict @@ -9,12 +9,6 @@ FoamFile { version 2.0; format ascii; - - root ""; - case ""; - instance ""; - local ""; - class dictionary; object decomposeParDict; } @@ -24,9 +18,7 @@ FoamFile numberOfSubdomains 4; -//method simple; -//method metis; -method parMetis; +method scotch; tolerance 1e-3;