35 #ifndef oscillatingRotatingMotion_H
36 #define oscillatingRotatingMotion_H
46 namespace solidBodyMotionFunctions
72 TypeName(
"oscillatingRotatingMotion");
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Septernion class used to perform translations and rotations in 3D space.
Base class for defining solid-body motions.
const word & name() const
SolidBodyMotionFvMesh 6DoF motion function. Oscillating rotation.
oscillatingRotatingMotion(const word &name, const dictionary &SBMFCoeffs, const Time &runTime)
Construct from components.
TypeName("oscillatingRotatingMotion")
Runtime type information.
void operator=(const oscillatingRotatingMotion &)=delete
Disallow default bitwise assignment.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
virtual ~oscillatingRotatingMotion()
Destructor.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
A class for handling words, derived from string.
Specialisations of Field<T> for scalar, vector and tensor.