106 #ifndef functionObjects_movingForces_H
107 #define functionObjects_movingForces_H
116 namespace functionObjects
133 autoPtr<Function1<vector>>
CofR_;
155 const dictionary&
dict
162 const objectRegistry& obr,
177 virtual bool read(
const dictionary&);
const word & name() const
Return the name of this functionObject.
TypeName("movingForces")
Runtime type information.
void operator=(const movingForces &)=delete
Disallow default bitwise assignment.
virtual ~movingForces()
Destructor.
movingForces(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
autoPtr< Function1< vector > > CofR_
Centre of rotation.
virtual vector CofR() const
Return the current centre of the rigid body.
virtual bool read(const dictionary &)
Read the forces data.
Vector< scalar > vector
A scalar version of the templated Vector.