Base class for correction limiting methods. More...

Public Member Functions | |
| 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 autoPtr< CorrectionLimitingMethod > | clone () const =0 |
| Construct and return a clone. More... | |
| virtual | ~CorrectionLimitingMethod () |
| Destructor. More... | |
| virtual vector | limitedVelocity (const vector uP, const vector dU, const vector uMean) const =0 |
| Return the limited velocity. More... | |
| void | operator= (const CorrectionLimitingMethod &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< CorrectionLimitingMethod > | New (const dictionary &dict) |
| Selector. More... | |
Base class for correction limiting methods.
Definition at line 50 of file CorrectionLimitingMethod.H.
| CorrectionLimitingMethod | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 37 of file CorrectionLimitingMethod.C.
| CorrectionLimitingMethod | ( | const CorrectionLimitingMethod & | cl | ) |
Copy constructor.
Definition at line 44 of file CorrectionLimitingMethod.C.
|
virtual |
Destructor.
Definition at line 82 of file CorrectionLimitingMethod.C.
| TypeName | ( | "correctionLimitingMethod" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| CorrectionLimitingMethod | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime constructor selection table.
|
pure virtual |
Construct and return a clone.
Implemented in relative, noCorrectionLimiting, and absolute.
|
static |
Selector.
Definition at line 54 of file CorrectionLimitingMethod.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.

|
pure virtual |
Return the limited velocity.
Implemented in relative, noCorrectionLimiting, and absolute.
|
delete |
Disallow default bitwise assignment.