mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
snappyHexMesh/flange tutorial: Removed refinement of boss and increased overall resolution
This commit is contained in:
@ -30,7 +30,7 @@ vertices
|
|||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 1 2 3 4 5 6 7) (15 15 9) simpleGrading (1 1 1)
|
hex (0 1 2 3 4 5 6 7) (20 16 12) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
|
|||||||
@ -42,16 +42,6 @@ geometry
|
|||||||
centre (0 0 -0.012);
|
centre (0 0 -0.012);
|
||||||
radius 0.003;
|
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;
|
mode inside;
|
||||||
levels ((1E15 3));
|
levels ((1E15 3));
|
||||||
}
|
}
|
||||||
refineCap
|
|
||||||
{
|
|
||||||
mode inside;
|
|
||||||
levels ((1E15 3));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user