Correction limiting method based on the relative particle velocity. More...
#include <relative.H>


Public Member Functions | |
| TypeName ("relative") | |
| Runtime type information. | |
| relative (const dictionary &dict) | |
| Construct from components. | |
| relative (const relative &cl) | |
| Construct as copy. | |
| virtual autoPtr< CorrectionLimitingMethod > | clone () const |
| Construct and return a clone. | |
| virtual | ~relative () |
| Destructor. | |
| virtual vector | limitedVelocity (const vector uP, const vector dU, const vector uMean) const |
| Return the limited velocity. | |
| Public Member Functions inherited from CorrectionLimitingMethod | |
| TypeName ("correctionLimitingMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. | |
| CorrectionLimitingMethod (const dictionary &dict) | |
| Construct from components. | |
| CorrectionLimitingMethod (const CorrectionLimitingMethod &cl) | |
| Construct as copy. | |
| virtual | ~CorrectionLimitingMethod () |
| Destructor. | |
Protected Attributes | |
| scalar | e_ |
| Coefficient of restitution. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from CorrectionLimitingMethod | |
| static autoPtr< CorrectionLimitingMethod > | New (const dictionary &dict) |
| Selector. | |
Correction limiting method based on the relative particle velocity.
This method limits the velocity correction to that of a rebound with a coefficient of restitution 
Definition at line 56 of file relative.H.
| relative | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 41 of file relative.C.
References CorrectionLimitingMethod::CorrectionLimitingMethod(), dict, and e_.
Referenced by clone(), relative(), and TypeName().


| relative | ( | const relative & | cl | ) |
Construct as copy.
Definition at line 48 of file relative.C.
References CorrectionLimitingMethod::CorrectionLimitingMethod(), e_, and relative().

|
virtual |
Destructor.
Definition at line 57 of file relative.C.
| TypeName | ( | "relative" | ) |
Runtime type information.
References dict, and relative().

|
inlinevirtual |
Construct and return a clone.
Implements CorrectionLimitingMethod.
Definition at line 93 of file relative.H.
References relative().

|
virtual |
Return the limited velocity.
Implements CorrectionLimitingMethod.
Definition at line 63 of file relative.C.
References e_, and Foam::minMod().

|
protected |
Coefficient of restitution.
Definition at line 67 of file relative.H.
Referenced by limitedVelocity(), relative(), and relative().