User specification of a coordinate rotation. More...
#include <coordinateRotation.H>

Public Member Functions | |
| TypeNameNoDebug ("coordinateRotation") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict)) | |
| virtual autoPtr< coordinateRotation > | clone () const =0 |
| Return a clone. | |
| virtual | ~coordinateRotation ()=default |
| Destructor. | |
| virtual void | clear ()=0 |
| Reset specification. | |
| virtual tensor | R () const =0 |
| Calculate and return the rotation tensor. | |
| virtual void | write (Ostream &os) const =0 |
| Write information. | |
| virtual void | writeEntry (const word &keyword, Ostream &os) const =0 |
| Write dictionary entry. | |
Static Public Member Functions | |
| 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 | |
| static vector | findOrthogonal (const vector &axis) |
| Determine best-guess for an orthogonal axis. | |
User specification of a coordinate rotation.
rotation
{
type axes
e1 (1 0 0);
e2 (0 1 0);
}
Types of coordinateRotations:
Definition at line 76 of file coordinateRotation.H.
|
virtualdefault |
Destructor.
|
staticprotected |
Determine best-guess for an orthogonal axis.
Definition at line 37 of file coordinateRotation.C.
References VectorSpace< Form, Cmpt, Ncmpts >::component(), Foam::mag(), VectorSpace< Form, Cmpt, Ncmpts >::nComponents, and Foam::Zero.
Referenced by axes::rotation().


| TypeNameNoDebug | ( | "coordinateRotation" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| coordinateRotation | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | ) |
References dict.
|
pure virtual |
|
inlinestatic |
Clone a coordinate rotation.
Definition at line 124 of file coordinateRotation.H.
Referenced by axes::clone(), axisAngle::clone(), cylindrical::clone(), euler::clone(), identity::clone(), specified::clone(), and starcd::clone().

|
static |
Select construct the specified coordinate rotation type.
An empty modelType will be treated as "axes" (eg, e1/e3)
Definition at line 65 of file coordinateRotation.C.
References dict, Foam::exit(), Foam::FatalIOError, and FatalIOErrorInLookup.
Referenced by coordinateSystem::assign(), and New().


|
static |
Select construct from dictionary (requires the "type" entry).
Definition at line 97 of file coordinateRotation.C.

|
pure virtual |
|
pure virtual |
|
pure virtual |