ENH: snappyHexMesh: Remove cells inside any limitRegion with level -1. Fixes #852.

This commit is contained in:
mattijs
2018-05-31 10:05:02 +01:00
parent 1c030f441d
commit cd8b67844f
4 changed files with 165 additions and 5 deletions

View File

@ -314,8 +314,9 @@ castellatedMeshControls
// refinement (from features, refinementSurfaces, refinementRegions)
// in a given geometric region. The syntax is exactly the same as for the
// refinementRegions; the cell level now specifies the upper limit
// for any cell. Note that it does not override the refinement constraints
// given by the nCellsBetweenLevels setting.
// for any cell. (a special setting is cell level -1 which will remove
// any cells inside the region). Note that it does not override the
// refinement constraints given by the nCellsBetweenLevels setting.
limitRegions
{
}