35 #ifndef none_solidBodyMotionFunction_H
36 #define none_solidBodyMotionFunction_H
46 namespace solidBodyMotionFunctions
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.
const word & name() const
Dummy motion function for stationary regions.
TypeName("none")
Runtime type information.
virtual autoPtr< solidBodyMotionFunction > clone() const
Construct and return a clone.
virtual septernion transformation() const
Return the static solid-body motion transformation septernion.
virtual void writeData(Ostream &) const
Dummy write.
void operator=(const none &)=delete
Disallow default bitwise assignment.
none(const word &name, const Time &runTime)
Construct from components.
virtual ~none()
Destructor.
virtual bool read(const dictionary &)
Dummy read.
A class for handling words, derived from string.
Specialisations of Field<T> for scalar, vector and tensor.