coupledPolyPatch:transform() -> transformType()

to facilitate the change to using the transformer class.
This commit is contained in:
Henry Weller
2020-01-01 16:01:19 +00:00
parent 02fc637645
commit 745c95849e
11 changed files with 61 additions and 57 deletions

View File

@ -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

View File

@ -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);
}