From c536c0fee5f0568c01a34b6b7691add4d40497ea Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Wed, 23 Dec 2020 09:19:38 +0100
Subject: [PATCH] TUT: use scale instead of convertToMeters

---
 .../snappyHexMesh/airfoilWithLayers/system/blockMeshDict    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict
index c3e1035399d..34bd62632a8 100644
--- a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict
+++ b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict
@@ -15,7 +15,7 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-convertToMeters 1;
+scale   1;
 
 vertices
 (
@@ -52,5 +52,7 @@ boundary
             (4 5 6 7)  //upperWall
         );
     }
-
 );
+
+
+// ************************************************************************* //
-- 
GitLab