tutorials: Removed obsolete patch ordering and transform entries
Resolves bug report: http://bugs.openfoam.org/view.php?id=3672
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -36,7 +36,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform none;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user