From 9825df1ff0bf4b8d84d4c30b1fb465ff96dcbfa6 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 3 Jun 2011 01:43:12 +0100 Subject: [PATCH] ENH: meshRefinement: use cyclicSlip for pointMotion on cyclic patches --- ReleaseNotes-dev | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes-dev b/ReleaseNotes-dev index aa3c87699df..b49004337db 100644 --- a/ReleaseNotes-dev +++ b/ReleaseNotes-dev @@ -220,7 +220,8 @@ } #+END_SRC See also [[./doc/changes/dynamicCode.org]] - + + cyclicSlip: cyclic with point motion constrained to tangential plane. + Can be used with any mesh movement, e.g. snapping in snappyHexMesh. * Utilities There have been some utilities added and updated in this release. *** *New* utilities @@ -253,6 +254,8 @@ - works in parallel + =snappyHexMesh=: + extrude across multi-processor boundaries + + specify type of patches created during meshing + + handle cyclics in initial mesh (non parallel meshing only) + preserve faceZones shape during layering + combining coincident patch faces is now default after snapping + *Warning*: -- GitLab