An identity coordinateRotation. More...
#include <identityRotation.H>


Public Member Functions | |
| TypeNameNoDebug ("none") | |
| Runtime type information. | |
| identity ()=default | |
| Default construct. | |
| identity (const identity &)=default | |
| Copy construct. | |
| identity & | operator= (const identity &)=default |
| Copy assignment. | |
| identity (const dictionary &unused) | |
| Construct from dictionary. | |
| autoPtr< coordinateRotation > | clone () const |
| Return clone. | |
| virtual | ~identity ()=default |
| Destructor. | |
| virtual void | clear () |
| Reset specification (no-op). | |
| virtual tensor | R () const |
| Return an identity 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 identity coordinateRotation.
rotation
{
type none;
}
Dictionary entries
| Property | Description | Reqd | Default |
|---|---|---|---|
type | Type name: none | yes |
Definition at line 71 of file identityRotation.H.
|
default |
Default construct.
Referenced by identity(), and operator=().

|
default |
|
explicit |
Construct from dictionary.
Definition at line 46 of file identityRotation.C.
|
virtualdefault |
| TypeNameNoDebug | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Return clone.
Implements coordinateRotation.
Definition at line 111 of file identityRotation.H.
References coordinateRotation::Clone().

|
virtual |
Reset specification (no-op).
Implements coordinateRotation.
Definition at line 52 of file identityRotation.C.
|
virtual |
Return an identity rotation tensor.
Implements coordinateRotation.
Definition at line 56 of file identityRotation.C.
References SphericalTensor< scalar >::I.
|
virtual |
Write information.
Implements coordinateRotation.
Definition at line 62 of file identityRotation.C.
References os().

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