mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: add different method for cellZone-faceZone consistency. Fixes #629.
This commit is contained in:
@ -68,7 +68,8 @@ Foam::refinementParameters::refinementParameters(const dictionary& dict)
|
||||
interfaceRefine_
|
||||
(
|
||||
dict.lookupOrDefault<Switch>("interfaceRefine", true)
|
||||
)
|
||||
),
|
||||
nErodeCellZone_(dict.lookupOrDefault<label>("nCellZoneErodeIter", 0))
|
||||
{
|
||||
point locationInMesh;
|
||||
if (dict.readIfPresent("locationInMesh", locationInMesh))
|
||||
|
||||
Reference in New Issue
Block a user