mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: express small regions. Fixes #2379
Extend selection of small cells to use absolute cell count
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user