54namespace CorrectionLimitingMethods
Base class for correction limiting methods.
Correction limiting method based on the relative particle velocity.
virtual ~relative()
Destructor.
scalar e_
Coefficient of restitution.
virtual autoPtr< CorrectionLimitingMethod > clone() const
Construct and return a clone.
TypeName("relative")
Runtime type information.
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const
Return the limited velocity.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.