From 0b15740358dab8a7cd0d985969b7eece55718fbc Mon Sep 17 00:00:00 2001 From: Felix <feh7@hi.is> Date: Sun, 25 Apr 2021 00:07:25 +0000 Subject: [PATCH] new mesh --- openfoam2012/freeCylinderFlow/system/blockMeshDict | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openfoam2012/freeCylinderFlow/system/blockMeshDict b/openfoam2012/freeCylinderFlow/system/blockMeshDict index 1c0059c..799a362 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; */ -- GitLab