From d22da01ef5d73a81fdfe2f9a78e093fea81ac40b Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Tue, 15 Jul 2014 15:59:34 +0100 Subject: [PATCH] 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 a8a8d0359f1..cfd1d9e10c9 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 -- GitLab