tutorials::blockMeshDict: Removed redundant mergePatchPairs and edges entries

This commit is contained in:
Henry Weller
2021-12-08 13:02:40 +00:00
parent 31fee136e1
commit 7dfb7146ea
172 changed files with 3 additions and 1058 deletions

View File

@ -32,10 +32,6 @@ blocks
hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
);
edges
(
);
boundary
(
zeroSizedPatch
@ -74,8 +70,5 @@ boundary
}
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,10 +33,6 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
defaultPatch
{
name defaultPatch;
@ -47,8 +43,5 @@ patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,10 +33,6 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
defaultPatch
{
name defaultPatch;
@ -47,8 +43,5 @@ patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,16 +33,9 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -33,10 +33,6 @@ blocks
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
defaultPatch
{
name defaultPatch;
@ -47,8 +43,5 @@ patches
(
);
mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -34,10 +34,6 @@ blocks
hex (0 1 3 2 4 5 7 6) (1 1 1) simpleGrading (1 1 1)
);
edges
(
);
defaultPatch
{
name frontAndBack;
@ -73,8 +69,5 @@ boundary
}
);
mergePatchPairs
(
);
// ************************************************************************* //