37 namespace sixDoFRigidBodyMotionConstraints
43 sixDoFRigidBodyMotionConstraint,
79 CofR = centreOfRotation_;
106 centreOfRotation_ = sDoFRBMCCoeffs_.getOrDefault
109 motion_.initialCentreOfMass()
112 sDoFRBMCCoeffs_.readEntry(
"normal", normal_);
123 os.
writeEntry(
"centreOfRotation", centreOfRotation_);
Six degree of freedom motion for a rigid body.
virtual void setCentreOfRotation(point &) const
Set the centre of rotation to the projection of the.
virtual void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual bool read(const dictionary &sDoFRBMCCoeff)
Update properties from given dictionary.
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
addToRunTimeSelectionTable(sixDoFRigidBodyMotionConstraint, axis, dictionary)
Base class for defining constraints for sixDoF motions.
Macros for easy insertion into run-time selection tables.
virtual ~plane()
Destructor.
void applyConstraint(const vector &cd)
Apply and accumulate the effect of the given constraint direction.
A class for handling words, derived from Foam::string.
plane(const word &name, const dictionary &sDoFRBMCDict, const sixDoFRigidBodyMotion &motion)
Construct from components.
Accumulates point constraints through successive applications of the applyConstraint function...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual bool read(const dictionary &sDoFRBMCDict)
Update properties from given dictionary.
virtual void constrainTranslation(pointConstraint &) const
Apply and accumulate translational constraints.
Translation constraint on the centre of rotation: fixed in space.
virtual void constrainRotation(pointConstraint &) const
Apply and accumulate rotational constraints.
defineTypeNameAndDebug(axis, 0)