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
|
symFront
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type patch;
|
||||||
faces
|
faces
|
||||||
(
|
(
|
||||||
(4 5 6 7)
|
(4 5 6 7)
|
||||||
@ -74,7 +74,7 @@ boundary
|
|||||||
|
|
||||||
symBack
|
symBack
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type patch;
|
||||||
faces
|
faces
|
||||||
(
|
(
|
||||||
(0 3 2 1)
|
(0 3 2 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user