Dummy motion function for stationary regions. More...


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< solidBodyMotionFunction > | clone () 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 word & | name () const |
| 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, const word &name="solidBodyMotionFunction") |
| Select constructed from the SBMFCoeffs dictionary and Time. More... | |
Protected Attributes inherited from solidBodyMotionFunction | |
| const word | name_ |
| dictionary | SBMFCoeffs_ |
| const Time & | time_ |
Dummy motion function for stationary regions.
Definition at line 52 of file none_solidBodyMotionFunction.H.
Construct from components.
Definition at line 48 of file none_solidBodyMotionFunction.C.
Referenced by none::clone().

| none | ( | const word & | name, |
| const dictionary & | SBMFCoeffs, | ||
| const Time & | runTime | ||
| ) |
Construct from components.
Definition at line 58 of file none_solidBodyMotionFunction.C.
|
virtual |
Destructor.
Definition at line 71 of file none_solidBodyMotionFunction.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
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_.

|
virtual |
Return the static solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 77 of file none_solidBodyMotionFunction.C.
References septernion::I.
|
virtual |
Dummy read.
Implements solidBodyMotionFunction.
Definition at line 83 of file none_solidBodyMotionFunction.C.
|
virtual |
Dummy write.
Reimplemented from solidBodyMotionFunction.
Definition at line 89 of file none_solidBodyMotionFunction.C.
|
delete |
Disallow default bitwise assignment.