mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMeshDict: added new settings
This commit is contained in:
@ -401,7 +401,7 @@ addLayersControls
|
|||||||
// Angle used to pick up medial axis points
|
// Angle used to pick up medial axis points
|
||||||
// Note: changed(corrected) w.r.t 17x! 90 degrees corresponds to 130
|
// Note: changed(corrected) w.r.t 17x! 90 degrees corresponds to 130
|
||||||
// in 17x.
|
// in 17x.
|
||||||
minMedianAxisAngle 90;
|
minMedialAxisAngle 90;
|
||||||
|
|
||||||
// Reduce layer growth where ratio thickness to medial
|
// Reduce layer growth where ratio thickness to medial
|
||||||
// distance is large
|
// distance is large
|
||||||
@ -414,6 +414,9 @@ addLayersControls
|
|||||||
// default is 0.
|
// default is 0.
|
||||||
nSmoothDisplacement 90;
|
nSmoothDisplacement 90;
|
||||||
|
|
||||||
|
// Optional: limit the number of steps walking away from the surface
|
||||||
|
nMedialAxisIter 10;
|
||||||
|
|
||||||
|
|
||||||
// Mesh shrinking
|
// Mesh shrinking
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user