From f68965855285883db5680221b46550a6137c7f25 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 2 Nov 2012 12:33:30 +0000 Subject: [PATCH] ENH: iglooWithFridges: make 1 aspect ratio --- .../constant/polyMesh/blockMeshDict | 2 +- .../iglooWithFridges/system/snappyHexMeshDict | 34 +------------------ 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict index 707a53ea747..57de714b2f2 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict @@ -31,7 +31,7 @@ vertices blocks ( - hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1) + hex (0 1 2 3 4 5 6 7) (20 20 10) simpleGrading (1 1 1) ); edges diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict index 8297dae5af0..788a4793906 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict +++ b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict @@ -42,38 +42,6 @@ geometry max (1 1 1); } - fridgeFreezer - { - type searchableSurfaceCollection; - - mergeSubRegions true; - - freezer - { - surface box1; - scale (1 1 1); - transform - { - type cartesian; - origin (0 0 0); - e1 (1 0 0); - e3 (0 0 1); - } - } - fridge - { - surface box1; - scale (1 1 1.1); - transform - { - type cartesian; - origin (0 0 1); - e1 (1 0 0); - e3 (0 0 1); - } - } - } - twoFridgeFreezers { type searchableSurfaceCollection; @@ -150,7 +118,7 @@ castellatedMeshControls ( { file "fridgeA.eMesh"; - level 3; + levels ((0.01 3)); } ); -- GitLab