36 namespace solidBodyMotionFunctions
41 solidBodyMotionFunction,
138 const scalar t = time_.value();
163 "translationRotation",
167 SBMFCoeffs_.lookup(
"CofG") >> CofG_;
static const char *const typeName
virtual septernion transformation() const
Return the solid-body motion transformation septernion.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static const char *const componentNames[]
static const Form rootMin
Ostream & endl(Ostream &os)
Add newline and flush stream.
Foam::solidBodyMotionFunctions::sixDoFMotion::translationRotationVectors trvType
Septernion class used to perform translations and rotations in 3D space.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
Base class for defining solid-body motions.
#define DebugInFunction
Report an information message using Foam::Info.
virtual bool read(const dictionary &SBMFCoeffs)=0
Update properties from given dictionary.
virtual ~sixDoFMotion()
Destructor.
Quaternion class used to perform rotations in 3D space.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
makeTableReader(Embedded, trvType)
static const Form rootMax
#define R(A, B, C, D, E, F, K, M)
sixDoFMotion(const dictionary &SBMFCoeffs, const Time &runTime)
Construct from components.
static Vector2D< Cmpt > uniform(const Cmpt &s)
Return a VectorSpace with all elements = s.
Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product).
defineTableReader(trvType)
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
static autoPtr< Function1< Type > > New(const word &name, const dictionary &dict)
Selector.