Constant velocity rotation around CoG. Similar to rotatingMotion but motion specified as rotation vector. More...
#include <axisRotationMotion.H>


Public Member Functions | |
| TypeName ("axisRotationMotion") | |
| Runtime type information. | |
| axisRotationMotion (const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from components. | |
| virtual autoPtr< solidBodyMotionFunction > | clone () const |
| Construct and return a clone. | |
| virtual | ~axisRotationMotion ()=default |
| Destructor. | |
| virtual septernion | transformation () const |
| Return the solid-body motion transformation septernion. | |
| virtual bool | read (const dictionary &SBMFCoeffs) |
| Update properties from given dictionary. | |
| Public Member Functions inherited from solidBodyMotionFunction | |
| TypeName ("solidBodyMotionFunction") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, solidBodyMotionFunction, dictionary,(const dictionary &SBMFCoeffs, const Time &runTime),(SBMFCoeffs, runTime)) | |
| solidBodyMotionFunction (const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from the coefficients dictionary and Time. | |
| virtual | ~solidBodyMotionFunction ()=default |
| Destructor. | |
| virtual void | writeData (Ostream &) const |
| Write in dictionary format. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from solidBodyMotionFunction | |
| static autoPtr< solidBodyMotionFunction > | New (const word &motionType, const dictionary &dict, const Time &runTime) |
| Construct and dispatch motionType with dictionary and Time. | |
| static autoPtr< solidBodyMotionFunction > | New (const dictionary &dict, const Time &runTime) |
| Select "solidBodyMotionFunction" type from dictionary and create with Time. | |
| static autoPtr< solidBodyMotionFunction > | NewIfPresent (const dictionary &dict, const Time &runTime) |
| Select "solidBodyMotionFunction" type (if present) from dictionary and create with Time. | |
| Protected Member Functions inherited from solidBodyMotionFunction | |
| solidBodyMotionFunction (const solidBodyMotionFunction &)=delete | |
| No copy construct. | |
| void | operator= (const solidBodyMotionFunction &)=delete |
| No copy assignment. | |
| Protected Attributes inherited from solidBodyMotionFunction | |
| dictionary | SBMFCoeffs_ |
| const Time & | time_ |
Constant velocity rotation around CoG. Similar to rotatingMotion but motion specified as rotation vector.
Definition at line 52 of file axisRotationMotion.H.
| axisRotationMotion | ( | const dictionary & | SBMFCoeffs, |
| const Time & | runTime ) |
Construct from components.
Definition at line 46 of file axisRotationMotion.C.
References read(), runTime, and solidBodyMotionFunction::solidBodyMotionFunction().

|
virtualdefault |
Destructor.
| TypeName | ( | "axisRotationMotion" | ) |
Runtime type information.
References runTime.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 104 of file axisRotationMotion.H.
References solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 61 of file axisRotationMotion.C.
References DebugInFunction, Foam::degToRad(), Foam::degToRad(), Foam::endl(), Foam::mag(), R, and solidBodyMotionFunction::time_.

|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 83 of file axisRotationMotion.C.
References solidBodyMotionFunction::read(), and solidBodyMotionFunction::SBMFCoeffs_.
Referenced by axisRotationMotion().

