ENH: snappyHexMesh: add different method for cellZone-faceZone consistency. Fixes #629.

This commit is contained in:
mattijs
2017-10-26 12:08:15 +01:00
parent 9d334e5601
commit 4818b5808e
6 changed files with 188 additions and 18 deletions

View File

@ -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))