ENH: snappyHexMesh: express small regions. Fixes #2379

Extend selection of small cells to use absolute cell count
This commit is contained in:
mattijs
2022-02-24 09:41:21 +00:00
parent 5386dd56db
commit ff8518a89a
4 changed files with 18 additions and 5 deletions

View File

@ -95,6 +95,7 @@ Foam::refinementParameters::refinementParameters
nErodeCellZone_(dict.getOrDefault<label>("nCellZoneErodeIter", 0)),
nFilterIter_(dict.getOrDefault<label>("nFilterIter", 2)),
minCellFraction_(dict.getOrDefault<scalar>("minCellFraction", 0)),
nMinCells_(dict.getOrDefault<label>("nMinCells", 0)),
dryRun_(dryRun)
{
point locationInMesh;