Skip to content
Snippets Groups Projects
Commit 459889e3 authored by mattijs's avatar mattijs
Browse files

ENH: snappyHexMeshDict: refinement to get centre hole

parent 22ed66c9
Branches
Tags
No related merge requests found
......@@ -32,14 +32,14 @@ geometry
flange.stl
{
type triSurfaceMesh;
//name flange;
name flange;
}
flange
refine
{
type searchableSurfaceWithGaps;
gap 1E-6;
surface flange.stl;
//name flange;
type searchableSphere;
centre (0 0 -0.012);
radius 0.003;
}
};
......@@ -128,6 +128,11 @@ castellatedMeshControls
refinementRegions
{
refine
{
mode inside;
levels ((1E15 3));
}
}
......
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