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...
Public Member Functions | |
TypeNameNoDebug ("specified") | |
Runtime type information. More... | |
specified () | |
Default construct - an identity matrix. More... | |
specified (const tensor &rot) | |
Construct from transformation matrix. More... | |
specified (const dictionary &unused) | |
Construct from dictionary. More... | |
autoPtr< coordinateRotation > | clone () const |
Return clone. More... | |
virtual | ~specified ()=default |
Destructor. More... | |
virtual void | clear () |
Reset specification. More... | |
virtual tensor | R () const |
Return the rotation tensor. More... | |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< coordinateRotation > | New (const dictionary &dict) |
Select constructed from dictionary. More... | |
![]() | |
static vector | findOrthogonal (const vector &axis) |
Determine best-guess for an orthogonal axis. More... | |
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.
Definition at line 61 of file specifiedRotation.H.
specified | ( | ) |
Default construct - an identity matrix.
Definition at line 48 of file specifiedRotation.C.
Construct from transformation matrix.
Definition at line 55 of file specifiedRotation.C.
|
explicit |
Construct from dictionary.
Definition at line 62 of file specifiedRotation.C.
|
virtualdefault |
Destructor.
TypeNameNoDebug | ( | "specified" | ) |
Runtime type information.
|
inlinevirtual |
|
virtual |
Reset specification.
Implements coordinateRotation.
Definition at line 72 of file specifiedRotation.C.
References SphericalTensor< scalar >::I.
|
virtual |
Return the rotation tensor.
Implements coordinateRotation.
Definition at line 78 of file specifiedRotation.C.
|
virtual |
Write information.
Implements coordinateRotation.
Definition at line 84 of file specifiedRotation.C.
References os().
Write dictionary entry.
Implements coordinateRotation.
Definition at line 91 of file specifiedRotation.C.
References os(), and Foam::type().