mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: meshRefinement: use cyclicSlip for pointMotion on cyclic patches
This commit is contained in:
@ -220,7 +220,8 @@
|
|||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
See also [[./doc/changes/dynamicCode.org]]
|
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
|
* Utilities
|
||||||
There have been some utilities added and updated in this release.
|
There have been some utilities added and updated in this release.
|
||||||
*** *New* utilities
|
*** *New* utilities
|
||||||
@ -253,6 +254,8 @@
|
|||||||
- works in parallel
|
- works in parallel
|
||||||
+ =snappyHexMesh=:
|
+ =snappyHexMesh=:
|
||||||
+ extrude across multi-processor boundaries
|
+ 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
|
+ preserve faceZones shape during layering
|
||||||
+ combining coincident patch faces is now default after snapping
|
+ combining coincident patch faces is now default after snapping
|
||||||
+ *Warning*:
|
+ *Warning*:
|
||||||
|
|||||||
Reference in New Issue
Block a user