diff --git a/openfoam2012/freeCylinderFlow/system/blockMeshDict b/openfoam2012/freeCylinderFlow/system/blockMeshDict
index 1c0059c5f07161548cdcbdeab53357c6a3346c9a..799a36298545ea9a80097f4ca9579c4245081b81 100644
--- a/openfoam2012/freeCylinderFlow/system/blockMeshDict
+++ b/openfoam2012/freeCylinderFlow/system/blockMeshDict
@@ -47,12 +47,12 @@ chs $cvs;  // cells at horizontal side of square
 // cells in radial direction in square
 // gives roughly square cells at cylinder wall -> sounds like a good idea but grading plays into it as well and the
 // grading is again dependent on cr. So all a mess.
-cr  #eval{$N*20*floor(sqrt($sqrTod))};
+cr  #eval{$N*40*floor(sqrt($sqrTod))};
 
 
-ghi 9;  // grading horizontally in front of square
-gho 11;  // grading horizontall behind the square
-gv  8;  // grading vertically below or above square
+ghi 18;  // grading horizontally in front of square
+gho 30;  // grading horizontall behind the square
+gv  16;  // grading vertically below or above square
 // gvs, ghs not done
 gr #eval{pow(1.1,$cr)};   // grading in radial direction in square
 /* gr 3;  */