Revolute joint for rotation about the y-axis. More...
#include <Ry.H>


Public Member Functions | |
| TypeName ("Ry") | |
| Runtime type information. | |
| Ry () | |
| Construct for given model. | |
| Ry (const dictionary &dict) | |
| Construct for given model from dictionary. | |
| virtual autoPtr< joint > | clone () const |
| Clone this joint. | |
| virtual | ~Ry () |
| Destructor. | |
| virtual void | jcalc (joint::XSvc &J, const scalarField &q, const scalarField &qDot) const |
| Update the model state for this joint. | |
| Public Member Functions inherited from joint | |
| TypeName ("joint") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, joint, dictionary,(const dictionary &dict),(dict)) | |
| joint (const label nDoF) | |
| Construct joint setting the size of the motion sub-space. | |
| virtual | ~joint () |
| Destructor. | |
| label | nDoF () const |
| Return the number of degrees of freedom in this joint. | |
| virtual bool | unitQuaternion () const |
| Return true if this joint describes rotation using a quaternion. | |
| label | index () const |
| Return the index of this joint in the model. | |
| label | qIndex () const |
| Return start index for the state variables for this joint. | |
| const List< spatialVector > & | S () const |
| Return the joint motion sub-space. | |
| virtual void | write (Ostream &) const |
| Write. | |
| quaternion | unitQuaternion (const scalarField &q) const |
| Return the unit quaternion for this joint. | |
| void | unitQuaternion (const quaternion &quat, scalarField &q) const |
| Set the unit quaternion for this joint. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from joint | |
| static autoPtr< joint > | New (joint *jointPtr) |
| Simple selector to return an autoPtr<joint> of the given joint*. | |
| static autoPtr< joint > | New (const dictionary &dict) |
| Select from dictionary. | |
| Protected Attributes inherited from joint | |
| List< spatialVector > | S_ |
| Joint motion sub-space. | |
| label | index_ |
| Index of this joint in the rigidBodyModel. | |
| label | qIndex_ |
| Index of this joints data in the rigidBodyModel state. | |
Revolute joint for rotation about the y-axis.
Reference:
Featherstone, R. (2008).
Rigid body dynamics algorithms.
Springer.
Chapter 4.
| Ry | ( | ) |
Construct for given model.
Definition at line 48 of file Ry.C.
References joint::joint(), and joint::S_.

| Ry | ( | const dictionary & | dict | ) |
Construct for given model from dictionary.
Definition at line 56 of file Ry.C.
References dict, joint::joint(), and joint::S_.

| TypeName | ( | "Ry" | ) |
Runtime type information.
References dict.
|
virtual |
Clone this joint.
Implements joint.
Definition at line 64 of file Ry.C.
References Foam::Ry().

|
virtual |
Update the model state for this joint.
Implements joint.
Definition at line 78 of file Ry.C.
References joint::XSvc::c, joint::qIndex_, joint::XSvc::S1, joint::S_, joint::XSvc::v, SpatialVector< Cmpt >::wy(), joint::XSvc::X, Foam::Xry(), and Foam::Zero.
