multiMotion Class Reference

Combination of SolidBodyMotionFvMesh 6DoF motion functions. More...

Inheritance diagram for multiMotion:
Collaboration diagram for multiMotion:

Public Member Functions

 TypeName ("multiMotion")
 Runtime type information. More...
 
 multiMotion (const dictionary &SBMFCoeffs, const Time &runTime)
 Construct from components. More...
 
 multiMotion (const multiMotion &)
 Disallow default bitwise copy construction. More...
 
virtual autoPtr< solidBodyMotionFunctionclone () const
 Construct and return a clone. More...
 
virtual ~multiMotion ()
 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 multiMotion &)=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< solidBodyMotionFunctionNew (const dictionary &SBMFCoeffs, const Time &runTime)
 Select constructed from the SBMFCoeffs dictionary and Time. More...
 
- Protected Attributes inherited from solidBodyMotionFunction
dictionary SBMFCoeffs_
 
const Timetime_
 

Detailed Description

Combination of SolidBodyMotionFvMesh 6DoF motion functions.

Source files

Definition at line 52 of file multiMotion.H.

Constructor & Destructor Documentation

◆ multiMotion() [1/2]

multiMotion ( const dictionary SBMFCoeffs,
const Time runTime 
)

Construct from components.

Definition at line 49 of file multiMotion.C.

References Foam::read().

Referenced by multiMotion::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ multiMotion() [2/2]

multiMotion ( const multiMotion )

Disallow default bitwise copy construction.

◆ ~multiMotion()

~multiMotion ( )
virtual

Destructor.

Definition at line 62 of file multiMotion.C.

Referenced by multiMotion::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "multiMotion"  )

Runtime type information.

◆ clone()

virtual autoPtr<solidBodyMotionFunction> clone ( ) const
inlinevirtual

◆ transformation()

Foam::septernion transformation ( ) const
virtual

Return the solid-body motion transformation septernion.

Implements solidBodyMotionFunction.

Definition at line 69 of file multiMotion.C.

References DebugInFunction, Foam::endl(), and multiMotion::read().

Referenced by multiMotion::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read()

bool read ( const dictionary SBMFCoeffs)
virtual

Update properties from given dictionary.

Implements solidBodyMotionFunction.

Definition at line 87 of file multiMotion.C.

References dict, Foam::endl(), forAllConstIter(), Foam::Info, solidBodyMotionFunction::New(), and solidBodyMotionFunction::read().

Referenced by multiMotion::clone(), and multiMotion::transformation().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const multiMotion )
delete

Disallow default bitwise assignment.

Referenced by multiMotion::clone().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: