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 38 of file CorrectionLimitingMethod.C.
CorrectionLimitingMethod | ( | const CorrectionLimitingMethod & | cl | ) |
Copy constructor.
Definition at line 45 of file CorrectionLimitingMethod.C.
References CorrectionLimitingMethod::New().
|
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 absolute, relative, and noCorrectionLimiting.
|
static |
Selector.
Definition at line 55 of file CorrectionLimitingMethod.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.
Referenced by CorrectionLimitingMethod::CorrectionLimitingMethod().
|
pure virtual |
Return the limited velocity.
Implemented in absolute, relative, and noCorrectionLimiting.
|
delete |
Disallow default bitwise assignment.