Skip to content
Snippets Groups Projects
Commit 63db7ce2 authored by mattijs's avatar mattijs
Browse files

STYLE: snappyHexMeshDict: remove unused entries

parent d70442a5
Branches
Tags
No related merge requests found
...@@ -29,7 +29,6 @@ addLayers false; ...@@ -29,7 +29,6 @@ addLayers false;
// - to 'snap' the mesh boundary to the surface // - to 'snap' the mesh boundary to the surface
geometry geometry
{ {
windTurbine1 windTurbine1
{ {
type searchableBox; type searchableBox;
...@@ -48,30 +47,7 @@ geometry ...@@ -48,30 +47,7 @@ geometry
{ {
type triSurfaceMesh; type triSurfaceMesh;
name terrain; 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 ...@@ -262,15 +238,6 @@ addLayersControls
// Per final patch (so not geometry!) the layer information // Per final patch (so not geometry!) the layer information
layers layers
{ {
sphere.stl_firstSolid
{
nSurfaceLayers 1;
}
maxY
{
nSurfaceLayers 1;
}
} }
// Expansion factor for layer mesh // Expansion factor for layer mesh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment