tutorials: Removed obsolete patch ordering and transform entries

Resolves bug report: http://bugs.openfoam.org/view.php?id=3672
This commit is contained in:
Will Bainbridge
2021-05-14 09:03:40 +01:00
parent d47d266246
commit 0510053f61
12 changed files with 4 additions and 19 deletions

View File

@ -16,7 +16,6 @@ from the constant/polyMesh/boundary file:
nFaces 40;
startFace 43720;
matchTolerance 0.0001;
ordering noOrdering;
neighbourPatch ACMI2_couple;
nonOverlapPatch ACMI1_blockage;
}
@ -36,7 +35,6 @@ from the constant/polyMesh/boundary file:
nFaces 96;
startFace 43856;
matchTolerance 0.0001;
ordering noOrdering;
neighbourPatch ACMI1_couple;
nonOverlapPatch ACMI2_blockage;
}
@ -77,7 +75,6 @@ patches) the slave patches are simply defined using 'dummy' entries, e.g.:
matchTolerance 0.0001;
neighbourPatch ACMI2_couple;
nonOverlapPatch ACMI1_blockage;
ordering noOrdering;
}
slave // dummy entries only
{

View File

@ -42,7 +42,6 @@ baffles
matchTolerance 0.0001;
neighbourPatch ACMI2_couple;
nonOverlapPatch ACMI1_blockage;
ordering noOrdering;
}
slave // not used since we're manipulating a boundary patch
{
@ -82,7 +81,6 @@ baffles
matchTolerance 0.0001;
neighbourPatch ACMI1_couple;
nonOverlapPatch ACMI2_blockage;
ordering noOrdering;
}
slave // not used since we're manipulating a boundary patch
{

View File

@ -36,7 +36,6 @@ baffles
type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2;
transform none;
}
slave
{