Go to the documentation of this file.
36 namespace solidBodyMotionFunctions
74 scalar t = time_.value();
84 scalar magOmega =
mag(omega);
88 Info<<
"solidBodyMotionFunctions::axisRotationMotion::transformation(): "
89 <<
"Time = " << t <<
" transformation: " << TR <<
endl;
102 SBMFCoeffs_.lookup(
"origin") >> origin_;
103 SBMFCoeffs_.lookup(
"radialVelocity") >> radialVelocity_;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Septernion class used to perform translations and rotations in 3D space.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
bool read(const char *, int32_t &)
Unit conversion functions.
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > mag(const dimensioned< Type > &)
Quaternion class used to perform rotations in 3D space.
virtual bool read(const dictionary &SBMFCoeffs)
Update properties from given dictionary.
#define R(A, B, C, D, E, F, K, M)
Constant velocity rotation around CoG. Similar to rotatingMotion but motion specified as rotation vec...
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....
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &SBMFCoeffs)=0
Update properties from given dictionary.
axisRotationMotion(const axisRotationMotion &)
Disallow copy construct.
virtual ~axisRotationMotion()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)
scalar degToRad(const scalar deg)
Conversion from degrees to radians.