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...
#include <specifiedRotation.H>


Public Member Functions | |
| TypeNameNoDebug ("specified") | |
| Runtime type information. | |
| specified () | |
| Default construct - an identity matrix. | |
| specified (const tensor &rot) | |
| Construct from transformation matrix. | |
| specified (const dictionary &unused) | |
| Construct from dictionary. | |
| autoPtr< coordinateRotation > | clone () const |
| Return clone. | |
| virtual | ~specified ()=default |
| Destructor. | |
| virtual void | clear () |
| Reset specification. | |
| virtual tensor | R () const |
| Return the rotation tensor. | |
| virtual void | write (Ostream &os) const |
| Write information. | |
| virtual void | writeEntry (const word &keyword, Ostream &os) const |
| Write dictionary entry. | |
| Public Member Functions inherited from coordinateRotation | |
| TypeNameNoDebug ("coordinateRotation") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict)) | |
| virtual | ~coordinateRotation ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from coordinateRotation | |
| template<class Derived> | |
| static autoPtr< coordinateRotation > | Clone (const Derived &crot) |
| Clone a coordinate rotation. | |
| static autoPtr< coordinateRotation > | New (const word &modelType, const dictionary &dict) |
| Select construct the specified coordinate rotation type. | |
| static autoPtr< coordinateRotation > | New (const dictionary &dict) |
| Select construct from dictionary (requires the "type" entry). | |
| Static Protected Member Functions inherited from coordinateRotation | |
| static vector | findOrthogonal (const vector &axis) |
| Determine best-guess for an orthogonal axis. | |
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 57 of file specifiedRotation.H.
| specified | ( | ) |
Default construct - an identity matrix.
Definition at line 41 of file specifiedRotation.C.
References Foam::I.
Referenced by specified().

|
explicit |
Construct from transformation matrix.
Definition at line 48 of file specifiedRotation.C.
|
explicit |
Construct from dictionary.
Definition at line 55 of file specifiedRotation.C.
References dict, and specified().

|
virtualdefault |
| TypeNameNoDebug | ( | "specified" | ) |
Runtime type information.
|
inlinevirtual |
Return clone.
Implements coordinateRotation.
Definition at line 97 of file specifiedRotation.H.
References coordinateRotation::Clone().

|
virtual |
Reset specification.
Implements coordinateRotation.
Definition at line 65 of file specifiedRotation.C.
References SphericalTensor< scalar >::I.
|
virtual |
Return the rotation tensor.
Implements coordinateRotation.
Definition at line 71 of file specifiedRotation.C.
|
virtual |
Write information.
Implements coordinateRotation.
Definition at line 77 of file specifiedRotation.C.
References os().

Write dictionary entry.
Implements coordinateRotation.
Definition at line 83 of file specifiedRotation.C.
References os(), and Foam::type().
