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

ENH: snappyHexMesh: update main snappyHexMeshDict. See #1031.

parent e2961e9e
Branches
Tags
No related merge requests found
......@@ -332,8 +332,11 @@ castellatedMeshControls
// // Optional directional expansion-ratio smoothing (after all
// // refinement). This will try to smooth out edge/cell size jumps
// // Specify smoothing direction and number of iterations
// nSmoothExpansion 100;
// smoothDirection (1 0 0);
// // Smoothing of expansion ratio
// nSmoothExpansion 100;
// // Smoothing of positions
// nSmoothPosition 100;
//}
}
......
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