tutorials::wingMotion_snappyHexMesh::blockMeshDict: replaced symmetryPlane with patch
to ensure createPatch removes the original front and back patches after extrusion.
This commit is contained in:
@ -65,7 +65,7 @@ boundary
|
||||
|
||||
symFront
|
||||
{
|
||||
type symmetryPlane;
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(4 5 6 7)
|
||||
@ -74,7 +74,7 @@ boundary
|
||||
|
||||
symBack
|
||||
{
|
||||
type symmetryPlane;
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
|
||||
Reference in New Issue
Block a user