33 namespace solidBodyMotionFunctions
71 scalar t = time_.value();
74 const vector displacement = velocity_*t;
92 SBMFCoeffs_.lookup(
"velocity") >> velocity_;
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Quaternion class used to perform rotations in 3D space.
Septernion class used to perform translations and rotations in 3D space.
Base class for defining solid-body motions.
virtual bool read(const dictionary &SBMFCoeffs)=0
Update properties from given dictionary.
SolidBodyMotionFvMesh 6DoF motion function. Constant velocity displacement.
linearMotion(const dictionary &SBMFCoeffs, const Time &runTime)
Construct from components.
virtual ~linearMotion()
Destructor.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
#define DebugInFunction
Report an information message using Foam::Info.
addToRunTimeSelectionTable(solidBodyMotionFunction, axisRotationMotion, dictionary)
defineTypeNameAndDebug(axisRotationMotion, 0)
Ostream & endl(Ostream &os)
Add newline and flush stream.
static scalar R(const scalar a, const scalar x)