diff --git a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/blockMeshDict index c3e1035399..34bd62632a 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 ); } - ); + + +// ************************************************************************* //