Go to the documentation of this file.
34 namespace sixDoFRigidBodyMotionConstraints
95 sDoFRBMCCoeffs_.lookup(
"axis") >> axis_;
97 scalar magFixedAxis(
mag(axis_));
99 if (magFixedAxis > VSMALL)
101 axis_ /= magFixedAxis;
106 <<
"axis has zero length"
Orientation constraint: may only rotate around a fixed axis.
A class for handling words, derived from string.
bool read(const char *, int32_t &)
Accumulates point constraints through successive applications of the applyConstraint function.
Base class for defining constraints for sixDoF motions.
dimensioned< scalar > mag(const dimensioned< Type > &)
addToRunTimeSelectionTable(sixDoFRigidBodyMotionConstraint, axis, dictionary)
virtual bool read(const dictionary &sDoFRBMCCoeff)
Update properties from given dictionary.
virtual void write(Ostream &) const
Write.
virtual ~axis()
Destructor.
void combine(const pointConstraint &)
Combine constraints.
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.
errorManip< error > abort(error &err)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Six degree of freedom motion for a rigid body.
axis(const word &name, const dictionary &sDoFRBMCDict, const sixDoFRigidBodyMotion &motion)
Construct from components.
virtual bool read(const dictionary &sDoFRBMCDict)
Update properties from given dictionary.
defineTypeNameAndDebug(axis, 0)
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
virtual void constrainRotation(pointConstraint &) const
Apply and accumulate rotational constraints.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word name(const complex &)
Return a string representation of a complex.
virtual void constrainTranslation(pointConstraint &) const
Apply and accumulate translational constraints.