coupledPolyPatch:transform() -> transformType()
to facilitate the change to using the transformer class.
This commit is contained in:
@ -122,7 +122,7 @@ boundary
|
||||
{
|
||||
type cyclic;
|
||||
neighbourPatch cyclic_half1;
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (0 0 1);
|
||||
rotationCentre (0 0 0);
|
||||
faces
|
||||
@ -135,7 +135,7 @@ boundary
|
||||
{
|
||||
type cyclic;
|
||||
neighbourPatch cyclic_half0;
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (0 0 1);
|
||||
rotationCentre (0 0 0);
|
||||
faces
|
||||
|
||||
@ -84,7 +84,7 @@ boundary
|
||||
(0 1 5 4)
|
||||
);
|
||||
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (1 0 0);
|
||||
rotationCentre (0 0 0);
|
||||
}
|
||||
@ -98,7 +98,7 @@ boundary
|
||||
(7 6 2 3)
|
||||
);
|
||||
|
||||
transform rotational;
|
||||
transformType rotational;
|
||||
rotationAxis (1 0 0);
|
||||
rotationCentre (0 0 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user