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... | |
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... | |
![]() | |
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... | |
Private Member Functions | |
oscillatingLinearMotion (const oscillatingLinearMotion &) | |
Disallow copy construct. More... | |
void | operator= (const oscillatingLinearMotion &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
vector | amplitude_ |
Amplitude. More... | |
scalar | omega_ |
Radial velocity. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< solidBodyMotionFunction > | New (const dictionary &SBMFCoeffs, const Time &runTime) |
Select constructed from the SBMFCoeffs dictionary and Time. More... | |
![]() | |
dictionary | SBMFCoeffs_ |
const Time & | time_ |
SolidBodyMotionFvMesh 6DoF motion function. Oscillating displacement.
Definition at line 52 of file oscillatingLinearMotion.H.
|
private |
Disallow copy construct.
oscillatingLinearMotion | ( | const dictionary & | SBMFCoeffs, |
const Time & | runTime | ||
) |
Construct from components.
Definition at line 49 of file oscillatingLinearMotion.C.
References Foam::read().
|
virtual |
Destructor.
Definition at line 63 of file oscillatingLinearMotion.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "oscillatingLinearMotion" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements solidBodyMotionFunction.
Definition at line 90 of file oscillatingLinearMotion.H.
References solidBodyMotionFunction::SBMFCoeffs_, and solidBodyMotionFunction::time_.
|
virtual |
Return the solid-body motion transformation septernion.
Implements solidBodyMotionFunction.
Definition at line 70 of file oscillatingLinearMotion.C.
References Foam::endl(), Foam::Info, R, and Foam::sin().
|
virtual |
Update properties from given dictionary.
Implements solidBodyMotionFunction.
Definition at line 88 of file oscillatingLinearMotion.C.
References solidBodyMotionFunction::read().
|
private |
Amplitude.
Definition at line 59 of file oscillatingLinearMotion.H.
|
private |
Radial velocity.
Definition at line 62 of file oscillatingLinearMotion.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.