From b9a78b54070d2b59171a044d79b8ea54d50bfb03 Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 30 Jun 2008 12:02:43 +0100 Subject: [PATCH] Minor corrections to tutorials. --- .../constant/polyMesh/blockMeshDict | 24 +++++++------------ tutorials/rasInterFoam/damBreak/Allrun | 2 +- .../system/decomposeParDict | 14 +++-------- 3 files changed, 12 insertions(+), 28 deletions(-) diff --git a/tutorials/compressibleLesInterFoam/depthCharge2D/constant/polyMesh/blockMeshDict b/tutorials/compressibleLesInterFoam/depthCharge2D/constant/polyMesh/blockMeshDict index a717f78231..56d39f67b2 100644 --- a/tutorials/compressibleLesInterFoam/depthCharge2D/constant/polyMesh/blockMeshDict +++ b/tutorials/compressibleLesInterFoam/depthCharge2D/constant/polyMesh/blockMeshDict @@ -16,28 +16,24 @@ FoamFile convertToMeters 1; -vertices +vertices ( - (0 0 0) - (1 0 0) - (1 2 0) - (0 2 0) + (0 0 -0.1) + (1 0 -0.1) + (1 2 -0.1) + (0 2 -0.1) (0 0 0.1) (1 0 0.1) (1 2 0.1) (0 2 0.1) ); -blocks +blocks ( hex (0 1 2 3 4 5 6 7) (80 160 1) simpleGrading (1 1 1) ); -edges -( -); - -patches +patches ( wall walls ( @@ -46,15 +42,11 @@ patches (2 6 5 1) (1 5 4 0) ) - empty frontAndBack + empty frontAndBack ( (0 3 2 1) (4 5 6 7) ) ); -mergePatchPairs -( -); - // ************************************************************************* // diff --git a/tutorials/rasInterFoam/damBreak/Allrun b/tutorials/rasInterFoam/damBreak/Allrun index 599b286f3d..4e77ce4173 100755 --- a/tutorials/rasInterFoam/damBreak/Allrun +++ b/tutorials/rasInterFoam/damBreak/Allrun @@ -3,7 +3,7 @@ . $WM_PROJECT_DIR/bin/tools/RunFunctions # Get application name from directory -application="interFoam" +application="rasInterFoam" runApplication blockMesh runApplication setFields diff --git a/tutorials/simpleFoam/pitzDailyExptInlet/system/decomposeParDict b/tutorials/simpleFoam/pitzDailyExptInlet/system/decomposeParDict index 0eb9e31146..296e5226e1 100644 --- a/tutorials/simpleFoam/pitzDailyExptInlet/system/decomposeParDict +++ b/tutorials/simpleFoam/pitzDailyExptInlet/system/decomposeParDict @@ -17,7 +17,7 @@ FoamFile numberOfSubdomains 4; method hierarchical; -method metis; +//method metis; //method parMetis; simpleCoeffs @@ -34,15 +34,7 @@ hierarchicalCoeffs } metisCoeffs -{ - //processorWeights - //( - // 1 - // 1 - // 1 - // 1 - //); -} +{} manualCoeffs { @@ -51,7 +43,7 @@ manualCoeffs distributed no; -roots +roots ( );