From d77e1c43b966b1e03593a97611df93fba1cf0fae Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Sun, 29 Jan 2012 11:40:57 +0000 Subject: [PATCH] Make geometry thinner --- .../constant/polyMesh/blockMeshDict | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/polyMesh/blockMeshDict b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/polyMesh/blockMeshDict index e2a2b7d89..f8517010b 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/polyMesh/blockMeshDict +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/polyMesh/blockMeshDict @@ -18,14 +18,14 @@ convertToMeters 1; vertices ( - (0.0 -0.01 -0.01) - (0.02 -0.01 -0.01) - (0.02 0.01 -0.01) - (0.0 0.01 -0.01) - (0.0 -0.01 0.01) - (0.02 -0.01 0.01) - (0.02 0.01 0.01) - (0.0 0.01 0.01) + (0.0 -0.01 -0.0001) + (0.02 -0.01 -0.0001) + (0.02 0.01 -0.0001) + (0.0 0.01 -0.0001) + (0.0 -0.01 0.0001) + (0.02 -0.01 0.0001) + (0.02 0.01 0.0001) + (0.0 0.01 0.0001) ); blocks