mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: createPatchDict: use same transform
This commit is contained in:
@ -92,8 +92,10 @@ patches
|
|||||||
// Optional: explicitly set transformation tensor.
|
// Optional: explicitly set transformation tensor.
|
||||||
// Used when matching and synchronising points.
|
// Used when matching and synchronising points.
|
||||||
transform rotational;
|
transform rotational;
|
||||||
rotationAxis ( 0 0 1 );
|
rotationAxis (1 0 0);
|
||||||
rotationCentre ( 0.3 0 0 );
|
rotationCentre (0 0 0);
|
||||||
|
// transform translational;
|
||||||
|
// separationVector (1 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// How to construct: either from 'patches' or 'set'
|
// How to construct: either from 'patches' or 'set'
|
||||||
|
|||||||
Reference in New Issue
Block a user