Tabulated 6DoF motion function. More...


Public Member Functions | |
| TypeName ("sixDoFMotion") | |
| Runtime type information. More... | |
| sixDoFMotion (const dictionary &SBMFCoeffs, const Time &runTime) | |
| Construct from components. More... | |
| sixDoFMotion (const sixDoFMotion &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual autoPtr< solidBodyMotionFunction > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~sixDoFMotion () |
| 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 sixDoFMotion &)=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_ |
Tabulated 6DoF motion function.
Obtained by interpolating tabulated data for surge (x-translation), sway (y-translation), heave (z-translation), roll (rotation about x), pitch (rotation about y) and yaw (rotation about z).
Definition at line 57 of file sixDoFMotion.H.
| sixDoFMotion | ( | const dictionary & | SBMFCoeffs, |
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 50 of file sixDoFMotion.C.
References sixDoFMotion::read().

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

|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 87 of file sixDoFMotion.C.
References Foam::dimLength, solidBodyMotionFunction::read(), and Foam::unitDegrees.
Referenced by sixDoFMotion::sixDoFMotion().


|
delete |
Disallow default bitwise assignment.