User specification of a coordinate rotation. More...
Public Member Functions | |
| TypeNameNoDebug ("coordinateRotation") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict)) | |
| virtual autoPtr< coordinateRotation > | clone () const =0 |
| Construct and return a clone. More... | |
| virtual | ~coordinateRotation ()=default |
| Destructor. More... | |
| virtual void | clear ()=0 |
| Reset specification. More... | |
| virtual tensor | R () const =0 |
| Calculate and return the rotation tensor. More... | |
| virtual void | write (Ostream &os) const =0 |
| Write information. More... | |
| virtual void | writeEntry (const word &keyword, Ostream &os) const =0 |
| Write dictionary entry. More... | |
Static Public Member Functions | |
| static autoPtr< coordinateRotation > | New (const dictionary &dict) |
| Select constructed from dictionary. More... | |
Static Protected Member Functions | |
| static vector | findOrthogonal (const vector &axis) |
| Determine best-guess for an orthogonal axis. More... | |
User specification of a coordinate rotation.
coordinateRotation
{
type axes
e1 (1 0 0);
e2 (0 1 0);
}
Types of coordinateRotations:
Definition at line 77 of file coordinateRotation.H.
|
virtualdefault |
Destructor.
|
staticprotected |
Determine best-guess for an orthogonal axis.
Definition at line 44 of file coordinateRotation.C.
References VectorSpace< Form, Cmpt, Ncmpts >::component(), Foam::mag(), VectorSpace< Vector< scalar >, scalar, 3 >::nComponents, and Foam::Zero.
| TypeNameNoDebug | ( | "coordinateRotation" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| coordinateRotation | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
pure virtual |
|
static |
Select constructed from dictionary.
Definition at line 72 of file coordinateRotation.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and dictionary::get().
Referenced by coordinateSystem::assign().
|
pure virtual |
|
pure virtual |
|
pure virtual |