An identity coordinateRotation. More...
Public Member Functions | |
| TypeNameNoDebug ("none") | |
| Runtime type information. More... | |
| identity () | |
| Construct null. More... | |
| identity (const identity &unused) | |
| Copy construct. 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... | |
Public Member Functions inherited from coordinateRotation | |
| TypeNameNoDebug ("coordinateRotation") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict)) | |
| virtual | ~coordinateRotation ()=default |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from coordinateRotation | |
| static autoPtr< coordinateRotation > | New (const dictionary &dict) |
| Select constructed from dictionary. More... | |
Static Protected Member Functions inherited from coordinateRotation | |
| static vector | findOrthogonal (const vector &axis) |
| Determine best-guess for an orthogonal axis. More... | |
An identity coordinateRotation.
coordinateRotation
{
type none;
}
Dictionary entries
| Property | Description | Required | Default |
|---|---|---|---|
type | Type name: none | yes |
Definition at line 75 of file identityRotation.H.
| identity | ( | ) |
Construct null.
Definition at line 51 of file identityRotation.C.
Copy construct.
Definition at line 57 of file identityRotation.C.
|
explicit |
Construct from dictionary.
Definition at line 63 of file identityRotation.C.
|
virtualdefault |
Destructor.
| TypeNameNoDebug | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
|
virtual |
Reset specification (no-op)
Implements coordinateRotation.
Definition at line 71 of file identityRotation.C.
|
virtual |
Return an identity rotation tensor.
Implements coordinateRotation.
Definition at line 75 of file identityRotation.C.
References SphericalTensor< scalar >::I.
|
virtual |
Write dictionary entry.
Implements coordinateRotation.
Definition at line 88 of file identityRotation.C.
References Ostream::beginBlock(), Ostream::endBlock(), Foam::type(), and Ostream::writeEntry().