ENH: snappyHexMeshDict: added comment. Changed wrt 17x

This commit is contained in:
mattijs
2011-04-01 03:33:49 +01:00
parent d311e29011
commit 7d728f5c77
7 changed files with 13 additions and 7 deletions

View File

@ -224,7 +224,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 17x! (didn't do anything in 17x)
nGrow 0;
// Advanced settings
@ -254,7 +255,8 @@ addLayersControls
maxThicknessToMedialRatio 0.3;
// Angle used to pick up medial axis points
minMedianAxisAngle 130;
// Note: changed(corrected) w.r.t 17x! 90 degrees corresponds to 130 in 17x.
minMedianAxisAngle 90;
// Create buffer region for new layer terminations
nBufferCellsNoExtrude 0;