An identity coordinateRotation. More...
Public Member Functions | |
TypeNameNoDebug ("none") | |
Runtime type information. More... | |
identity ()=default | |
Default construct. More... | |
identity (const identity &)=default | |
Copy construct. More... | |
identity & | operator= (const identity &)=default |
Copy assignment. More... | |
identity (const dictionary &unused) | |
Construct from dictionary. More... | |
autoPtr< coordinateRotation > | clone () const |
Return clone. More... | |
virtual | ~identity ()=default |
Destructor. More... | |
virtual void | clear () |
Reset specification (no-op) More... | |
virtual tensor | R () const |
Return an identity 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 identity coordinateRotation.
rotation { type none; }
Dictionary entries
Property | Description | Required | Default |
---|---|---|---|
type | Type name: none | yes |
Definition at line 75 of file identityRotation.H.
|
default |
Default construct.
|
explicit |
Construct from dictionary.
Definition at line 51 of file identityRotation.C.
|
virtualdefault |
Destructor.
TypeNameNoDebug | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
|
virtual |
Reset specification (no-op)
Implements coordinateRotation.
Definition at line 57 of file identityRotation.C.
|
virtual |
Return an identity rotation tensor.
Implements coordinateRotation.
Definition at line 61 of file identityRotation.C.
References SphericalTensor< scalar >::I.
|
virtual |
Write information.
Implements coordinateRotation.
Definition at line 67 of file identityRotation.C.
References os().
Write dictionary entry.
Implements coordinateRotation.
Definition at line 74 of file identityRotation.C.
References os(), and Foam::type().