Go to the documentation of this file.
40 #ifndef CorrectionLimitingMethod_H
41 #define CorrectionLimitingMethod_H
69 TypeName(
"correctionLimitingMethod");
declareRunTimeSelectionTable(autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict))
TypeName("correctionLimitingMethod")
virtual ~CorrectionLimitingMethod()
CorrectionLimitingMethod(const dictionary &dict)
Base class for correction limiting methods.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< CorrectionLimitingMethod > New(const dictionary &dict)
Macros to ease declaration of run-time selection tables.
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const =0
virtual autoPtr< CorrectionLimitingMethod > clone() const =0