42#ifndef tabulated6DoFMotion_H
43#define tabulated6DoFMotion_H
60class tabulated6DoFMotion
67 enum class interpolationType :
char
80 interpolationType interpolator_;
101 tabulated6DoFMotion(
const tabulated6DoFMotion&) =
delete;
104 void operator=(
const tabulated6DoFMotion&) =
delete;
127 new tabulated6DoFMotion
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
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,...
A class for handling file names.
Septernion class used to perform translations and rotations in 3D space.
solidBodyMotionFunction(const solidBodyMotionFunction &)=delete
No copy construct.
TypeName("tabulated6DoFMotion")
Runtime type information.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
virtual ~tabulated6DoFMotion()=default
Destructor.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
Namespace for solid-body motions.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Specialisations of Field<T> for scalar, vector and tensor.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.