ENH: snappyHexMesh: directional smoothing support

This commit is contained in:
mattijs
2018-04-11 10:24:18 +01:00
parent e80739b80a
commit cb4ce1ffec
9 changed files with 1211 additions and 9 deletions

View File

@ -299,6 +299,12 @@ castellatedMeshControls
// // with e.g. dynamic refinement/unrefinement.
// // - cellLevel will include any directional refinement
// // (i.e. it will be the maximum of all three directions)
//
// // 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);
//}
}