SolidBodyMotionFvMesh 6DoF motion function. Oscillating displacement. More...
Public Member Functions | |
TypeName ("oscillatingLinearMotion") | |
Runtime type information. More... | |
oscillatingLinearMotion (const dictionary &SBMFCoeffs, const Time &runTime) | |
Construct from components. More... | |
oscillatingLinearMotion (const oscillatingLinearMotion &) | |
Disallow default bitwise copy construction. More... | |
virtual autoPtr< solidBodyMotionFunction > | clone () const |
Construct and return a clone. More... | |
virtual | ~oscillatingLinearMotion () |
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 oscillatingLinearMotion &)=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_ |
SolidBodyMotionFvMesh 6DoF motion function. Oscillating displacement.
Definition at line 52 of file oscillatingLinearMotion.H.
oscillatingLinearMotion | ( | const dictionary & | SBMFCoeffs, |
const Time & | runTime | ||
) |
Construct from components.
Definition at line 49 of file oscillatingLinearMotion.C.
References Foam::read(), and oscillatingLinearMotion::~oscillatingLinearMotion().
Referenced by oscillatingLinearMotion::clone().
oscillatingLinearMotion | ( | const oscillatingLinearMotion & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 63 of file oscillatingLinearMotion.C.
Referenced by oscillatingLinearMotion::clone(), and oscillatingLinearMotion::oscillatingLinearMotion().
TypeName | ( | "oscillatingLinearMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 84 of file oscillatingLinearMotion.H.
References oscillatingLinearMotion::operator=(), oscillatingLinearMotion::oscillatingLinearMotion(), oscillatingLinearMotion::read(), solidBodyMotionFunction::SBMFCoeffs_, solidBodyMotionFunction::time_, oscillatingLinearMotion::transformation(), and oscillatingLinearMotion::~oscillatingLinearMotion().
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 70 of file oscillatingLinearMotion.C.
References DebugInFunction, Foam::endl(), R, oscillatingLinearMotion::read(), and Foam::sin().
Referenced by oscillatingLinearMotion::clone().
|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 86 of file oscillatingLinearMotion.C.
References solidBodyMotionFunction::read().
Referenced by oscillatingLinearMotion::clone(), and oscillatingLinearMotion::transformation().
|
delete |
Disallow default bitwise assignment.
Referenced by oscillatingLinearMotion::clone().