33 namespace CorrectionLimitingMethods
39 CorrectionLimitingMethod,
noCorrectionLimiting(const dictionary &dict)
Construct from components.
Place holder for the 'none' option.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual ~noCorrectionLimiting()
Destructor.
addToRunTimeSelectionTable(CorrectionLimitingMethod, absolute, dictionary)
defineTypeNameAndDebug(absolute, 0)
Macros for easy insertion into run-time selection tables.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const
Return the limited velocity.
Base class for correction limiting methods.