sixDoFRigidBodyMotionRestraints model. Soft wall. More...


Public Member Functions | |
| TypeName ("softWall") | |
| Runtime type information. More... | |
| softWall (const word &name, const dictionary &sDoFRBMRDict) | |
| Construct from components. More... | |
| virtual autoPtr< sixDoFRigidBodyMotionRestraint > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~softWall ()=default |
| 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. Soft wall.
Definition at line 50 of file softWall.H.
| softWall | ( | const word & | name, |
| const dictionary & | sDoFRBMRDict | ||
| ) |
Construct from components.
Definition at line 46 of file softWall.C.
References Foam::blockMeshTools::read().
Referenced by softWall::clone().


|
virtualdefault |
Destructor.
| TypeName | ( | "softWall" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements sixDoFRigidBodyMotionRestraint.
Definition at line 105 of file softWall.H.
References softWall::softWall().

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

|
virtual |
Update properties from given dictionary.
Reimplemented from sixDoFRigidBodyMotionRestraint.
Definition at line 106 of file softWall.C.
References Foam::blockMeshTools::read().

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