A coordinateRotation specified by a rotation axis and a rotation angle about that axis. More...
Public Member Functions | |
TypeNameNoDebug ("axisAngle") | |
Runtime type information. More... | |
axisAngle () | |
Default construct. Axis = Z, angle = 0. More... | |
axisAngle (const axisAngle &crot) | |
Copy construct. More... | |
axisAngle (const vector &axis, scalar angle, bool degrees) | |
Construct from axis and angle. More... | |
axisAngle (const vector::components axis, scalar angle, bool degrees) | |
Construct from x/y/z axis enumeration and angle. More... | |
axisAngle (const dictionary &dict) | |
Construct from dictionary. More... | |
autoPtr< coordinateRotation > | clone () const |
Return clone. More... | |
virtual | ~axisAngle ()=default |
Destructor. More... | |
virtual void | clear () |
Reset specification. More... | |
virtual tensor | R () const |
virtual void | write (Ostream &os) const |
Write information. More... | |
virtual void | writeEntry (const word &keyword, Ostream &os) const |
Write dictionary entry. More... | |
![]() | |
TypeNameNoDebug ("coordinateRotation") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict)) | |
virtual | ~coordinateRotation ()=default |
Destructor. More... | |
Static Public Member Functions | |
static tensor | rotation (const vector &axis, const scalar angle, bool degrees=false) |
The rotation tensor for given axis/angle. More... | |
![]() | |
static autoPtr< coordinateRotation > | New (const dictionary &dict) |
Select constructed from dictionary. More... | |
Additional Inherited Members | |
![]() | |
static vector | findOrthogonal (const vector &axis) |
Determine best-guess for an orthogonal axis. More... | |
A coordinateRotation specified by a rotation axis and a rotation angle about that axis.
rotation { type axisAngle; axis (1 0 0); angle 90; }
Dictionary entries
Property | Description | Required | Default |
---|---|---|---|
type | Type name: axisAngle | yes | |
axis | Axis of rotation (vector) | yes | |
angle | Rotation angle | yes | |
degrees | The angle is in degrees | no | true |
Definition at line 99 of file axisAngleRotation.H.
axisAngle | ( | ) |
Default construct. Axis = Z, angle = 0.
Definition at line 82 of file axisAngleRotation.C.
Copy construct.
Definition at line 91 of file axisAngleRotation.C.
Construct from axis and angle.
Definition at line 103 of file axisAngleRotation.C.
axisAngle | ( | const vector::components | axis, |
scalar | angle, | ||
bool | degrees | ||
) |
Construct from x/y/z axis enumeration and angle.
Definition at line 119 of file axisAngleRotation.C.
|
explicit |
Construct from dictionary.
Definition at line 134 of file axisAngleRotation.C.
|
virtualdefault |
Destructor.
TypeNameNoDebug | ( | "axisAngle" | ) |
Runtime type information.
|
inlinevirtual |
|
static |
The rotation tensor for given axis/angle.
Definition at line 65 of file axisAngleRotation.C.
References Foam::degToRad(), SphericalTensor< scalar >::I, Foam::mag(), and quaternion::R().
|
virtual |
Reset specification.
Implements coordinateRotation.
Definition at line 147 of file axisAngleRotation.C.
References Foam::Zero.
|
virtual |
Calculate and return the rotation tensor calculated from axis and angle
Implements coordinateRotation.
Definition at line 154 of file axisAngleRotation.C.
|
virtual |
Write information.
Implements coordinateRotation.
Definition at line 160 of file axisAngleRotation.C.
References os().
Write dictionary entry.
Implements coordinateRotation.
Definition at line 168 of file axisAngleRotation.C.
References os(), and Foam::type().