From 63db7ce221df5a93697fd621a8ea00e16ed38d55 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 9 Jan 2014 11:00:28 +0000 Subject: [PATCH] STYLE: snappyHexMeshDict: remove unused entries --- .../turbineSiting/system/snappyHexMeshDict | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict index f294a40e53e..8d135329e0b 100644 --- a/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict +++ b/tutorials/incompressible/simpleFoam/turbineSiting/system/snappyHexMeshDict @@ -29,7 +29,6 @@ addLayers false; // - to 'snap' the mesh boundary to the surface geometry { - windTurbine1 { type searchableBox; @@ -48,30 +47,7 @@ geometry { type triSurfaceMesh; name terrain; - - //tolerance 1e-5; // optional:non-default tolerance on intersections - //maxTreeDepth 10; // optional:depth of octree. Decrease only in case - // of memory limitations. - - // Per region the patchname. If not provided will be <name>_<region>. -/* - regions - { - secondSolid - { - name mySecondPatch; - } - } -*/ } -/* - sphere2 - { - type searchableSphere; - centre (1.5 1.5 1.5); - radius 1.03; - } -*/ }; @@ -262,15 +238,6 @@ addLayersControls // Per final patch (so not geometry!) the layer information layers { - sphere.stl_firstSolid - { - nSurfaceLayers 1; - - } - maxY - { - nSurfaceLayers 1; - } } // Expansion factor for layer mesh -- GitLab