From ba9e8437841c8d57bd33145e77ed3ea49f1b20a0 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 4 Jun 2009 16:29:40 +0100 Subject: [PATCH] new syntax --- .../snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict index be30045c6d..0c11dad74f 100644 --- a/tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict +++ b/tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict @@ -244,6 +244,8 @@ snapControls // Settings for the layer addition. addLayersControls { + relativeSizes true; + // Per final patch (so not geometry!) the layer information layers { @@ -264,7 +266,7 @@ addLayersControls // is the // thickness of the layer furthest away from the wall. // Relative to undistorted size of cell outside layer. - finalLayerRatio 0.5; + finalLayerThickness 0.5; //- Minimum thickness of cell layer. If for any reason layer // cannot be above minThickness do not add layer.