Go to the documentation of this file.
39 #ifndef tabulated6DoFMotion_H
40 #define tabulated6DoFMotion_H
50 namespace solidBodyMotionFunctions
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
A class for handling file names.
Septernion class used to perform translations and rotations in 3D space.
scalarField times_
Field of times.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
virtual ~tabulated6DoFMotion()
Destructor.
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
Specialisations of Field<T> for scalar, vector and tensor.
Tabulated 6DoF motion function.
Vector2D< vector > translationRotationVectors
Type used to read in the translation and rotation "vectors".
Pre-declare SubField and related Field type.
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
Base class for defining solid-body motions.
A list of keyword definitions, which are a keyword followed by any number of values (e....
fileName timeDataFileName_
Time data file name read from dictionary.
tabulated6DoFMotion(const tabulated6DoFMotion &)
Disallow copy construct.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
void operator=(const tabulated6DoFMotion &)
Disallow default bitwise assignment.
Field< translationRotationVectors > values_
Field of translation and rotation "vectors".
TypeName("tabulated6DoFMotion")
Runtime type information.
vector CofG_
Center of gravity read from dictionary.