49 namespace CorrectionLimitingMethods
virtual vector limitedVelocity(const vector uP, const vector dU, const vector uMean) const
Return the limited velocity.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Correction limiting method based on the relative particle velocity.
virtual ~relative()
Destructor.
relative(const dictionary &dict)
Construct from components.
Base class for correction limiting methods.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("relative")
Runtime type information.
scalar e_
Coefficient of restitution.
virtual autoPtr< CorrectionLimitingMethod > clone() const
Construct and return a clone.