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


Public Member Functions | |
| TypeName ("absolute") | |
| Runtime type information. | |
| absolute (const dictionary &dict) | |
| Construct from components. | |
| absolute (const absolute &cl) | |
| Construct as copy. | |
| virtual autoPtr< CorrectionLimitingMethod > | clone () const |
| Construct and return a clone. | |
| virtual | ~absolute () |
| 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 absolute particle velocity.
This method that limits the velocity correction to that of a rebound with a coefficient of restitution 
Definition at line 56 of file absolute.H.
| absolute | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 41 of file absolute.C.
References CorrectionLimitingMethod::CorrectionLimitingMethod(), dict, and e_.
Referenced by absolute(), clone(), and TypeName().


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

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

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

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

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