38#ifndef oscillatingRotatingMotion_H
39#define oscillatingRotatingMotion_H
49namespace solidBodyMotionFunctions
84 TypeName(
"oscillatingRotatingMotion");
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Septernion class used to perform translations and rotations in 3D space.
Base class for defining solid-body motions.
SolidBodyMotionFvMesh 6DoF motion function. Oscillating rotation.
TypeName("oscillatingRotatingMotion")
Runtime type information.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
virtual ~oscillatingRotatingMotion()=default
Destructor.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
Specialisations of Field<T> for scalar, vector and tensor.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.