ENH: Make snappyHexMeshDict consistent with nGrow change.

nGrow in 1.6.x was always taken to be 0!
This commit is contained in:
mattijs
2010-04-12 17:27:39 +01:00
parent 489b4d26b1
commit 3b53ff5658
3 changed files with 4 additions and 3 deletions

View File

@ -261,7 +261,8 @@ addLayersControls
//- If points get not extruded do nGrow layers of connected faces that are
// also not grown. This helps convergence of the layer addition process
// close to features.
nGrow 1;
// Note: changed(corrected) w.r.t 16x! (didn't do anything in 16x)
nGrow 0;
// Advanced settings

View File

@ -487,7 +487,7 @@ addLayersControls
//- If points get not extruded do nGrow layers of connected faces that are
// also not grown. This helps convergence of the layer addition process
// close to features.
nGrow 1;
nGrow 0;
// Advanced settings

View File

@ -224,7 +224,7 @@ addLayersControls
//- If points get not extruded do nGrow layers of connected faces that are
// also not grown. This helps convergence of the layer addition process
// close to features.
nGrow 1;
nGrow 0;
// Advanced settings