A coordinateRotation defined by the STAR-CD convention. More...
#include <meshTools/STARCDCoordinateRotation.H>
A coordinateRotation defined by the STAR-CD convention.
The 3 rotations are defined in the STAR-CD convention (around Z, around X' and around Y''). The order of the parameter arguments matches this rotation order.
coordinateRotation { typeSTARCDRotation; degrees false; rotation(0 0 3.141592654); }
Definition at line 61 of file STARCDCoordinateRotation.H.
Public Member Functions | |
TypeName ("STARCDRotation") | |
Runtime type information.
| |
STARCDCoordinateRotation () | |
Construct null.
| |
STARCDCoordinateRotation (const vector &rotZrotXrotY, const bool inDegrees=true) | |
Construct from rotation vector.
| |
STARCDCoordinateRotation (const scalar rotZ, const scalar rotX, const scalar rotY, const bool inDegrees=true) | |
Construct from components of rotation vector.
| |
STARCDCoordinateRotation (const dictionary &) | |
Construct from dictionary.
|
Construct null.
Definition at line 89 of file STARCDCoordinateRotation.C.
STARCDCoordinateRotation | ( | const vector & | rotZrotXrotY, |
const bool | inDegrees = true
|
||
) |
Construct from rotation vector.
Definition at line 96 of file STARCDCoordinateRotation.C.
References VectorSpace< Form, Cmpt, nCmpt >::component(), Vector< Cmpt >::X, Vector< Cmpt >::Y, and Vector< Cmpt >::Z.
STARCDCoordinateRotation | ( | const scalar | rotZ, |
const scalar | rotX, | ||
const scalar | rotY, | ||
const bool | inDegrees = true
|
||
) |
Construct from components of rotation vector.
Definition at line 114 of file STARCDCoordinateRotation.C.
STARCDCoordinateRotation | ( | const dictionary & | dict ) |
Construct from dictionary.
Definition at line 128 of file STARCDCoordinateRotation.C.
References dictionary::lookup(), dictionary::lookupOrDefault(), Vector< Cmpt >::X, Vector< Cmpt >::Y, and Vector< Cmpt >::Z.
TypeName | ( | "STARCDRotation" | ) |
Runtime type information.