snappyHexMesh/flange tutorial: Removed refinement of boss and increased overall resolution

This commit is contained in:
Henry
2011-04-06 22:04:47 +01:00
parent b89f6082b0
commit afc69b2010
2 changed files with 1 additions and 16 deletions

View File

@ -42,16 +42,6 @@ geometry
centre (0 0 -0.012);
radius 0.003;
}
//- Refine a bit extra around the edge of the flange. With only two cells
// across it might/might not mesh correctly.
refineCap
{
type searchableCylinder;
point1 (0 0.021 -0.01075);
point2 (0 0.025 -0.01075);
radius 0.013;
}
};
@ -144,11 +134,6 @@ castellatedMeshControls
mode inside;
levels ((1E15 3));
}
refineCap
{
mode inside;
levels ((1E15 3));
}
}