Namespace for coordinate system rotations. More...
Classes | |
| class | axes |
| A coordinateRotation specified using global axes. More... | |
| class | axisAngle |
| A coordinateRotation specified by a rotation axis and a rotation angle about that axis. More... | |
| class | cylindrical |
| A special purpose coordinateRotation that is generally for use in combination with a cylindricalCS when only the orientation of the local Z-axis is relevant. More... | |
| class | euler |
| A coordinateRotation defined in the z-x-z (intrinsic) Euler convention. More... | |
| class | identity |
| An identity coordinateRotation. More... | |
| class | specified |
| An user-specified coordinateRotation, primarily to be used internally within coding when the rotation matrix is already known but needs to be wrapped as a coordinateRotation for use in a coordinate system. More... | |
| class | starcd |
| A coordinateRotation defined by the STAR-CD convention. More... | |
| defineTypeName | ( | axes | ) |
| addNamedToRunTimeSelectionTable | ( | coordinateRotation | , |
| axes | , | ||
| dictionary | , | ||
| axes | ) |
| addAliasToRunTimeSelectionTable | ( | coordinateRotation | , |
| axes | , | ||
| dictionary | , | ||
| axes | , | ||
| axesRotation | , | ||
| 1806 | ) |
| defineTypeName | ( | axisAngle | ) |
| addToRunTimeSelectionTable | ( | coordinateRotation | , |
| axisAngle | , | ||
| dictionary | ) |
| defineTypeName | ( | cylindrical | ) |
| addToRunTimeSelectionTable | ( | coordinateRotation | , |
| cylindrical | , | ||
| dictionary | ) |
| defineTypeName | ( | euler | ) |
| addNamedToRunTimeSelectionTable | ( | coordinateRotation | , |
| euler | , | ||
| dictionary | , | ||
| euler | ) |
| addAliasToRunTimeSelectionTable | ( | coordinateRotation | , |
| euler | , | ||
| dictionary | , | ||
| euler | , | ||
| EulerRotation | , | ||
| 1806 | ) |
| defineTypeName | ( | identity | ) |
| addToRunTimeSelectionTable | ( | coordinateRotation | , |
| identity | , | ||
| dictionary | ) |
| defineTypeName | ( | specified | ) |
| defineTypeName | ( | starcd | ) |
| addNamedToRunTimeSelectionTable | ( | coordinateRotation | , |
| starcd | , | ||
| dictionary | , | ||
| starcd | ) |
| addAliasToRunTimeSelectionTable | ( | coordinateRotation | , |
| starcd | , | ||
| dictionary | , | ||
| starcd | , | ||
| STARCDRotation | , | ||
| 1806 | ) |