35 #ifndef CorrectionLimitingMethod_H 36 #define CorrectionLimitingMethod_H 56 TypeName(
"correctionLimitingMethod");
void operator=(const CorrectionLimitingMethod &)=delete
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< CorrectionLimitingMethod > New(const dictionary &dict)
Selector.
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.
virtual ~CorrectionLimitingMethod()
Destructor.
Base class for correction limiting methods.
CorrectionLimitingMethod(const dictionary &dict)
Construct from components.
declareRunTimeSelectionTable(autoPtr, CorrectionLimitingMethod, dictionary,(const dictionary &dict),(dict))
Declare runtime constructor selection table.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
TypeName("correctionLimitingMethod")
Runtime type information.