From d8a6dc84ad95916e2fae7cb2f54402c5b47d8204 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 15 Jul 2014 15:59:34 +0100 Subject: [PATCH 1/2] ENH: tutorial update: movingCone - updated blockMeshDict --- .../constant/polyMesh/blockMeshDict | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/blockMeshDict b/tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/blockMeshDict index a8a8d035..cfd1d9e1 100644 --- a/tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/blockMeshDict +++ b/tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/blockMeshDict @@ -22,22 +22,22 @@ vertices (-7 0 0) (-3.5 0 0) (0 0 0) - (-7.5 0.75 -0.0327457) - (-7 0.75 -0.0327457) - (-3.5 2 -0.0873219) - (0 2 -0.0873219) - (-7.5 2.5 -0.109152) - (-7 2.5 -0.109152) - (-3.5 2.5 -0.109152) - (0 2.5 -0.109152) - (-7.5 0.75 0.0327457) - (-7 0.75 0.0327457) - (-3.5 2 0.0873219) - (0 2 0.0873219) - (-7.5 2.5 0.109152) - (-7 2.5 0.109152) - (-3.5 2.5 0.109152) - (0 2.5 0.109152) + (-7.5 0.75 -0.032745707) + (-7 0.75 -0.032745707) + (-3.5 2 -0.087321886) + (0 2 -0.087321886) + (-7.5 2.5 -0.10915236) + (-7 2.5 -0.10915236) + (-3.5 2.5 -0.10915236) + (0 2.5 -0.10915236) + (-7.5 0.75 0.032745707) + (-7 0.75 0.032745707) + (-3.5 2 0.087321886) + (0 2 0.087321886) + (-7.5 2.5 0.10915236) + (-7 2.5 0.10915236) + (-3.5 2.5 0.10915236) + (0 2.5 0.10915236) ); blocks From 625a879466f23130d40e15cd884641260c18f922 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 15 Jul 2014 16:31:18 +0100 Subject: [PATCH 2/2] ENH: tutorial update: nozzleFlow2D - write in binary to avoid mesh errors when refining wedge --- .../multiphase/interFoam/les/nozzleFlow2D/system/controlDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/controlDict b/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/controlDict index 00f2f205..2d7ac1e1 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/controlDict +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/controlDict @@ -33,7 +33,7 @@ writeInterval 1e-06; purgeWrite 0; -writeFormat ascii; +writeFormat binary; writePrecision 8;