Go to the documentation of this file.
35 #ifndef CorrectionLimitingMethod_H
36 #define CorrectionLimitingMethod_H
64 TypeName(
"correctionLimitingMethod");
declareRunTimeSelectionTable(autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict))
Declare runtime constructor selection table.
TypeName("correctionLimitingMethod")
Runtime type information.
virtual ~CorrectionLimitingMethod()
Destructor.
CorrectionLimitingMethod(const dictionary &dict)
Construct from components.
void operator=(const CorrectionLimitingMethod &)
Disallow default bitwise assignment.
Base class for correction limiting methods.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< CorrectionLimitingMethod > New(const dictionary &dict)
Selector.
Macros to ease declaration of run-time selection tables.
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const =0
Return the limited velocity.
virtual autoPtr< CorrectionLimitingMethod > clone() const =0
Construct and return a clone.