sixDoFRigidBodyMotionRestraints model. Linear Spring-Damper system. More...


Public Member Functions | |
| TypeName ("linearSpringDamper") | |
| Runtime type information. More... | |
| linearSpringDamper (const word &name, const dictionary &sDoFRBMRDict) | |
| Construct from components. More... | |
| virtual autoPtr< sixDoFRigidBodyMotionRestraint > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~linearSpringDamper () |
| Destructor. More... | |
| virtual void | restrain (const sixDoFRigidBodyMotion &motion, vector &restraintPosition, vector &restraintForce, vector &restraintMoment) const |
| Calculate the restraint position, force and moment. More... | |
| virtual bool | read (const dictionary &sDoFRBMRCoeff) |
| Update properties from given dictionary. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from sixDoFRigidBodyMotionRestraint | |
| TypeName ("sixDoFRigidBodyMotionRestraint") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, sixDoFRigidBodyMotionRestraint, dictionary,(const word &name, const dictionary &sDoFRBMRDict),(name, sDoFRBMRDict)) | |
| sixDoFRigidBodyMotionRestraint (const word &name, const dictionary &sDoFRBMRDict) | |
| Construct from the sDoFRBMRDict dictionary and Time. More... | |
| virtual | ~sixDoFRigidBodyMotionRestraint () |
| Destructor. More... | |
| const word & | name () const |
| Return the name. More... | |
| const dictionary & | coeffDict () const |
Additional Inherited Members | |
Static Public Member Functions inherited from sixDoFRigidBodyMotionRestraint | |
| static autoPtr< sixDoFRigidBodyMotionRestraint > | New (const word &name, const dictionary &sDoFRBMRDict) |
| Select constructed from the sDoFRBMRDict dictionary and Time. More... | |
Protected Attributes inherited from sixDoFRigidBodyMotionRestraint | |
| word | name_ |
| Name of the restraint. More... | |
| dictionary | sDoFRBMRCoeffs_ |
| Restraint model specific coefficient dictionary. More... | |
sixDoFRigidBodyMotionRestraints model. Linear Spring-Damper system.
Spring-damper system for restraint. Acts as a "soft" rope when the distance between anchor and refAttachmentPt exceed the restLength, a system of spring-damper is activated to simulate a soft rope de-acceleration
Definition at line 56 of file linearSpringDamper.H.
| linearSpringDamper | ( | const word & | name, |
| const dictionary & | sDoFRBMRDict | ||
| ) |
Construct from components.
Definition at line 47 of file linearSpringDamper.C.
References Foam::blockMeshTools::read(), and Foam::Zero.
Referenced by linearSpringDamper::clone().


|
virtual |
Destructor.
Definition at line 61 of file linearSpringDamper.C.
| TypeName | ( | "linearSpringDamper" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements sixDoFRigidBodyMotionRestraint.
Definition at line 172 of file linearSpringDamper.H.
References linearSpringDamper::linearSpringDamper().

|
virtual |
Calculate the restraint position, force and moment.
Global reference frame vectors.
Implements sixDoFRigidBodyMotionRestraint.
Definition at line 68 of file linearSpringDamper.C.
References Foam::endl(), Foam::Info, Foam::mag(), sixDoFRigidBodyMotion::mass(), sixDoFRigidBodyMotion::report(), Foam::sqr(), sixDoFRigidBodyMotion::time(), TimeState::timeOutputValue(), sixDoFRigidBodyMotion::transform(), sixDoFRigidBodyMotion::velocity(), and Foam::Zero.

|
virtual |
Update properties from given dictionary.
Reimplemented from sixDoFRigidBodyMotionRestraint.
Definition at line 152 of file linearSpringDamper.C.
References sixDoFRigidBodyMotionRestraint::read().

|
virtual |
Write.
Implements sixDoFRigidBodyMotionRestraint.
Definition at line 170 of file linearSpringDamper.C.
References os().
