mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMeshDict: document new options
This commit is contained in:
@ -410,12 +410,17 @@ addLayersControls
|
|||||||
// Number of smoothing iterations of interior mesh movement direction
|
// Number of smoothing iterations of interior mesh movement direction
|
||||||
nSmoothNormals 3;
|
nSmoothNormals 3;
|
||||||
|
|
||||||
|
// Optional: limit the number of steps walking away from the surface.
|
||||||
|
// Default is unlimited.
|
||||||
|
//nMedialAxisIter 10;
|
||||||
|
|
||||||
// Optional: smooth displacement after medial axis determination.
|
// Optional: smooth displacement after medial axis determination.
|
||||||
// default is 0.
|
// default is 0.
|
||||||
nSmoothDisplacement 90;
|
//nSmoothDisplacement 90;
|
||||||
|
|
||||||
// Optional: limit the number of steps walking away from the surface
|
// Optional: do not extrude any point where all surrounding faces
|
||||||
nMedialAxisIter 10;
|
// have at least one point not extruded. Default is true.
|
||||||
|
//detectExtrusionIsland false;
|
||||||
|
|
||||||
|
|
||||||
// Mesh shrinking
|
// Mesh shrinking
|
||||||
|
|||||||
Reference in New Issue
Block a user