Constant velocity rotation around CoG. Similar to rotatingMotion but motion specified as an angular velocity vector. More...


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

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 64 of file axisRotationMotion.C.
| TypeName | ( | "axisRotationMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 85 of file axisRotationMotion.H.
References solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 71 of file axisRotationMotion.C.
References DebugInFunction, Foam::endl(), septernion::I, Foam::mag(), and Foam::R().

|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 93 of file axisRotationMotion.C.
References Foam::dimLength, Foam::dimTime, solidBodyMotionFunction::read(), and Foam::unitRadians.
Referenced by axisRotationMotion::axisRotationMotion().


|
delete |
Disallow default bitwise assignment.