mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: snappyHexMeshDict: remove unused entries
This commit is contained in:
@ -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
|
|||||||
{
|
{
|
||||||
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
|
|||||||
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user