35 #ifndef oscillatingLinearMotion_H
36 #define oscillatingLinearMotion_H
46 namespace solidBodyMotionFunctions
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 displacement.
void operator=(const oscillatingLinearMotion &)=delete
Disallow default bitwise assignment.
virtual ~oscillatingLinearMotion()
Destructor.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
TypeName("oscillatingLinearMotion")
Runtime type information.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
oscillatingLinearMotion(const word &name, const dictionary &SBMFCoeffs, const Time &runTime)
Construct from components.
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.