Public Member Functions | List of all members
linearMotion Class Reference

SolidBodyMotionFvMesh 6DoF motion function. Constant velocity displacement. More...

Inheritance diagram for linearMotion:
Inheritance graph
[legend]
Collaboration diagram for linearMotion:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("linearMotion")
 Runtime type information. More...
 
 linearMotion (const dictionary &SBMFCoeffs, const Time &runTime)
 Construct from components. More...
 
virtual autoPtr< solidBodyMotionFunctionclone () const
 Construct and return a clone. More...
 
virtual ~linearMotion ()
 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...
 
- 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...
 
virtual ~solidBodyMotionFunction ()
 Destructor. More...
 
virtual void writeData (Ostream &) const
 Write in dictionary format. 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

SolidBodyMotionFvMesh 6DoF motion function. Constant velocity displacement.

Source files

Definition at line 52 of file linearMotion.H.

Constructor & Destructor Documentation

◆ linearMotion()

linearMotion ( const dictionary SBMFCoeffs,
const Time runTime 
)

Construct from components.

Definition at line 49 of file linearMotion.C.

References Foam::read().

Here is the call graph for this function:

◆ ~linearMotion()

~linearMotion ( )
virtual

Destructor.

Definition at line 62 of file linearMotion.C.

Referenced by linearMotion::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "linearMotion"  )

Runtime type information.

◆ clone()

virtual autoPtr<solidBodyMotionFunction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements solidBodyMotionFunction.

Definition at line 87 of file linearMotion.H.

References linearMotion::read(), solidBodyMotionFunction::SBMFCoeffs_, solidBodyMotionFunction::time_, linearMotion::transformation(), and linearMotion::~linearMotion().

Here is the call graph for this function:

◆ transformation()

Foam::septernion transformation ( ) const
virtual

Return the solid-body motion transformation septernion.

Implements solidBodyMotionFunction.

Definition at line 69 of file linearMotion.C.

References DebugInFunction, Foam::endl(), R, and linearMotion::read().

Referenced by linearMotion::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 86 of file linearMotion.C.

References solidBodyMotionFunction::read().

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

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

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