Skip to content
Snippets Groups Projects
Commit a9dc6715 authored by mattijs's avatar mattijs
Browse files

ENH: snappyHexMeshDict: document new options

parent 91bb2631
Branches
Tags
No related merge requests found
......@@ -410,12 +410,17 @@ addLayersControls
// Number of smoothing iterations of interior mesh movement direction
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.
// default is 0.
nSmoothDisplacement 90;
//nSmoothDisplacement 90;
// Optional: limit the number of steps walking away from the surface
nMedialAxisIter 10;
// Optional: do not extrude any point where all surrounding faces
// have at least one point not extruded. Default is true.
//detectExtrusionIsland false;
// Mesh shrinking
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment