none Class Reference

Dummy motion function for stationary regions. More...

Inheritance diagram for none:
Collaboration diagram for none:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 none (const word &name, const Time &runTime)
 Construct from components. More...
 
 none (const word &name, const dictionary &SBMFCoeffs, const Time &runTime)
 Construct from components. More...
 
 none (const none &)=delete
 Disallow default bitwise copy construction. More...
 
virtual autoPtr< solidBodyMotionFunctionclone () const
 Construct and return a clone. More...
 
virtual ~none ()
 Destructor. More...
 
virtual septernion transformation () const
 Return the static solid-body motion transformation septernion. More...
 
virtual bool read (const dictionary &)
 Dummy read. More...
 
virtual void writeData (Ostream &) const
 Dummy write. More...
 
void operator= (const none &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from solidBodyMotionFunction
 TypeName ("solidBodyMotionFunction")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, solidBodyMotionFunction, dictionary,(const word &name, const dictionary &SBMFCoeffs, const Time &runTime),(name, SBMFCoeffs, runTime))
 
 solidBodyMotionFunction (const word &name, const dictionary &dict, 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...
 
const wordname () const
 
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, const word &name="solidBodyMotionFunction")
 Select constructed from the SBMFCoeffs dictionary and Time. More...
 
- Protected Attributes inherited from solidBodyMotionFunction
const word name_
 
dictionary SBMFCoeffs_
 
const Timetime_
 

Detailed Description

Dummy motion function for stationary regions.

Source files

Definition at line 52 of file none_solidBodyMotionFunction.H.

Constructor & Destructor Documentation

◆ none() [1/3]

none ( const word name,
const Time runTime 
)

Construct from components.

Definition at line 48 of file none_solidBodyMotionFunction.C.

Referenced by none::clone().

Here is the caller graph for this function:

◆ none() [2/3]

none ( const word name,
const dictionary SBMFCoeffs,
const Time runTime 
)

Construct from components.

Definition at line 58 of file none_solidBodyMotionFunction.C.

◆ none() [3/3]

none ( const none )
delete

Disallow default bitwise copy construction.

◆ ~none()

~none ( )
virtual

Destructor.

Definition at line 71 of file none_solidBodyMotionFunction.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<solidBodyMotionFunction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements solidBodyMotionFunction.

Definition at line 85 of file none_solidBodyMotionFunction.H.

References solidBodyMotionFunction::name_, none::none(), and solidBodyMotionFunction::time_.

Here is the call graph for this function:

◆ transformation()

Foam::septernion transformation ( ) const
virtual

Return the static solid-body motion transformation septernion.

Implements solidBodyMotionFunction.

Definition at line 77 of file none_solidBodyMotionFunction.C.

References septernion::I.

◆ read()

bool read ( const dictionary )
virtual

Dummy read.

Implements solidBodyMotionFunction.

Definition at line 83 of file none_solidBodyMotionFunction.C.

◆ writeData()

void writeData ( Ostream os) const
virtual

Dummy write.

Reimplemented from solidBodyMotionFunction.

Definition at line 89 of file none_solidBodyMotionFunction.C.

◆ operator=()

void operator= ( const none )
delete

Disallow default bitwise assignment.


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