mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: consistent trigger logic. See #2379
This commit is contained in:
@ -3578,7 +3578,7 @@ void Foam::snappyRefineDriver::doRefine
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (refineParams.minCellFraction() > 0)
|
if (refineParams.minCellFraction() > 0 || refineParams.nMinCells() > 0)
|
||||||
{
|
{
|
||||||
// Some small disconnected bits of mesh might remain since at
|
// Some small disconnected bits of mesh might remain since at
|
||||||
// this point faceZones have not been converted into e.g. baffles.
|
// this point faceZones have not been converted into e.g. baffles.
|
||||||
|
|||||||
Reference in New Issue
Block a user