68template<
class CloudType>
Base class for lagrangian averaging methods.
const CloudType & owner() const
Return const access to the owner cloud.
DampingModel(CloudType &owner)
Construct null from owner.
Relaxation(const dictionary &dict, CloudType &owner)
Construct from components.
TypeName("relaxation")
Runtime type information.
virtual void cacheFields(const bool store)
Member Functions.
virtual vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Calculate the velocity correction.
virtual autoPtr< DampingModel< CloudType > > clone() const
Construct and return a clone.
virtual ~Relaxation()
Destructor.
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,...
const dictionary & dict() const
Return const access to the cloud dictionary.
DSMCCloud< dsmcParcel > CloudType
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.