Correction limiting method based on the absolute particle velocity. More...
Public Member Functions | |
TypeName ("absolute") | |
Runtime type information. More... | |
absolute (const dictionary &dict) | |
Construct from components. More... | |
absolute (const absolute &cl) | |
Copy constructor. More... | |
virtual autoPtr< CorrectionLimitingMethod > | clone () const |
Construct and return a clone. More... | |
virtual | ~absolute () |
Destructor. More... | |
virtual vector | limitedVelocity (const vector uP, const vector dU, const vector uMean) const |
Return the limited velocity. More... | |
Public Member Functions inherited from CorrectionLimitingMethod | |
TypeName ("correctionLimitingMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime constructor selection table. More... | |
CorrectionLimitingMethod (const dictionary &dict) | |
Construct from components. More... | |
CorrectionLimitingMethod (const CorrectionLimitingMethod &cl) | |
Copy constructor. More... | |
virtual | ~CorrectionLimitingMethod () |
Destructor. More... | |
void | operator= (const CorrectionLimitingMethod &)=delete |
Disallow default bitwise assignment. More... | |
Protected Attributes | |
scalar | e_ |
Coefficient of restitution. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CorrectionLimitingMethod | |
static autoPtr< CorrectionLimitingMethod > | New (const dictionary &dict) |
Selector. More... | |
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 . The absolute velocity of the particle is used when calculating the magnitude of the limited correction. The direction is calculated using the relative velocity.
Definition at line 55 of file absolute.H.
absolute | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 46 of file absolute.C.
Referenced by absolute::clone().
Copy constructor.
Definition at line 53 of file absolute.C.
|
virtual |
Destructor.
Definition at line 62 of file absolute.C.
References absolute::limitedVelocity().
Referenced by absolute::clone().
TypeName | ( | "absolute" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements CorrectionLimitingMethod.
Definition at line 82 of file absolute.H.
References absolute::absolute(), absolute::limitedVelocity(), and absolute::~absolute().
|
virtual |
Return the limited velocity.
Implements CorrectionLimitingMethod.
Definition at line 69 of file absolute.C.
References absolute::e_, Foam::mag(), Foam::max(), and Foam::minMod().
Referenced by absolute::clone(), and absolute::~absolute().
|
protected |
Coefficient of restitution.
Definition at line 64 of file absolute.H.
Referenced by absolute::limitedVelocity().