tutorials: Removed obsolete patch ordering and transform entries
Resolves bug report: http://bugs.openfoam.org/view.php?id=3672
This commit is contained in:
@ -62,10 +62,10 @@ patches
|
||||
|
||||
// Optional: explicitly set transformation tensor.
|
||||
// Used when matching and synchronising points.
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (1 0 0);
|
||||
rotationCentre (0 0 0);
|
||||
// transform translational;
|
||||
// transformType translational;
|
||||
// separation (1 0 0);
|
||||
|
||||
// Optional non-default tolerance to be able to define cyclics
|
||||
@ -94,10 +94,10 @@ patches
|
||||
|
||||
// Optional: explicitly set transformation tensor.
|
||||
// Used when matching and synchronising points.
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (1 0 0);
|
||||
rotationCentre (0 0 0);
|
||||
// transform translational;
|
||||
// transformType translational;
|
||||
// separation (1 0 0);
|
||||
}
|
||||
|
||||
|
||||
@ -31,7 +31,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform noOrdering;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
@ -27,7 +27,6 @@ masterAMI
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform noOrdering;
|
||||
}
|
||||
constructFrom patches;
|
||||
patches (cylinder);
|
||||
|
||||
@ -33,7 +33,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform noOrdering;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
@ -33,7 +33,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform none;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
@ -31,7 +31,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
ordering noOrdering;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -36,7 +36,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform none;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
@ -38,7 +38,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
ordering noOrdering;
|
||||
}
|
||||
|
||||
slave
|
||||
@ -48,7 +47,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI1;
|
||||
ordering noOrdering;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -36,7 +36,6 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform none;
|
||||
}
|
||||
slave
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user