Go to the documentation of this file.
34 #ifndef noCorrectionLimiting_H
35 #define noCorrectionLimiting_H
43 namespace CorrectionLimitingMethods
TypeName("none")
Runtime type information.
Base class for correction limiting methods.
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const
Return the limited velocity.
virtual ~noCorrectionLimiting()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual autoPtr< CorrectionLimitingMethod > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
noCorrectionLimiting(const dictionary &dict)
Construct from components.