ENH: snappyHexMesh: add different method for cellZone-faceZone consistency. Fixes #629.

This commit is contained in:
mattijs
2017-10-26 12:08:15 +01:00
parent 9d334e5601
commit 4818b5808e
6 changed files with 188 additions and 18 deletions

View File

@ -378,6 +378,14 @@ castellatedMeshControls
// Optional: do not refine surface cells with opposite faces of
// differing refinement levels
//interfaceRefine false;
// Optional: use an erosion instead of region assignment to allocate
// left-over cells to the background region (i.e. make cellZones
// consistent with the intersections of the surface).
// Erosion is specified as a number of erosion iterations.
// Erosion has less chance of bleeding and changing the zone
// for a complete region.
//nCellZoneErodeIter 2;
}
// Settings for the snapping.