Rename localAxesRotation -> cylindrical

This class does not simply rotate the coordinate system is also changes
it from Cartesian to cylindrical which is not clear from the original name.

We plan to rewrite the coordinateRotation classes to be
coordinateTransformation classes and massively simplify the interface
from the currently unintelligible mess.
This commit is contained in:
Henry Weller
2015-08-13 09:25:28 +01:00
parent 32b7a26b72
commit 24495c009c
8 changed files with 70 additions and 70 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -36,7 +36,7 @@ Description
origin (0 0 0);
coordinateRotation
{
type localAxesRotation;
type cylindrical;
e3 (0 0 1);
}
}
@ -45,7 +45,7 @@ Description
Types of coordinateRotation:
1) axesRotation
2) STARCDRotation
3) localAxesRotation
3) cylindrical
4) EulerCoordinateRotation
Type of co-ordinates: