42 #ifndef solidBodyMotionFunction_H
43 #define solidBodyMotionFunction_H
89 (
name, SBMFCoeffs, runTime)
117 const word&
name =
"solidBodyMotionFunction"
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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.
virtual autoPtr< solidBodyMotionFunction > clone() const =0
Construct and return a clone.
virtual bool read(const dictionary &dict)=0
Update properties from given dictionary.
TypeName("solidBodyMotionFunction")
Runtime type information.
virtual ~solidBodyMotionFunction()
Destructor.
virtual septernion transformation() const =0
Return the solid-body motion transformation septernion.
void operator=(const solidBodyMotionFunction &)=delete
Disallow default bitwise assignment.
declareRunTimeSelectionTable(autoPtr, solidBodyMotionFunction, dictionary,(const word &name, const dictionary &SBMFCoeffs, const Time &runTime),(name, SBMFCoeffs, runTime))
virtual void writeData(Ostream &) const
Write in dictionary format.
solidBodyMotionFunction(const word &name, const dictionary &dict, const Time &runTime)
Construct from the SBMFCoeffs dictionary and Time.
const word & name() const
static autoPtr< solidBodyMotionFunction > New(const dictionary &SBMFCoeffs, const Time &runTime, const word &name="solidBodyMotionFunction")
Select constructed from the SBMFCoeffs dictionary and Time.
A class for handling words, derived from string.
void writeEntry(Ostream &os, const word &key, const DimensionedFieldFunction< DimensionedFieldType > &f)
Macros to ease declaration of run-time selection tables.