SolidBodyMotionFvMesh 6DoF motion function. More...


Public Member Functions | |
| TypeName ("rotatingMotion") | |
| Runtime type information. More... | |
| rotatingMotion (const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from components. More... | |
| rotatingMotion (const rotatingMotion &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual autoPtr< solidBodyMotionFunction > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~rotatingMotion () |
| 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 rotatingMotion &)=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_ |
SolidBodyMotionFvMesh 6DoF motion function.
The rotation is defined by an origin and axis of rotation and an angular speed.
Definition at line 55 of file rotatingMotion.H.
| rotatingMotion | ( | const dictionary & | SBMFCoeffs, |
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 51 of file rotatingMotion.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 66 of file rotatingMotion.C.
| TypeName | ( | "rotatingMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 91 of file rotatingMotion.H.
References solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 73 of file rotatingMotion.C.
References DebugInFunction, Foam::endl(), and Foam::R().

|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 88 of file rotatingMotion.C.
References solidBodyMotionFunction::read().

|
delete |
Disallow default bitwise assignment.