Go to the documentation of this file.
43 namespace DampingModels
50 template<
class CloudType>
92 virtual bool active()
const;
TypeName("none")
Runtime type information.
virtual ~NoDamping()
Destructor.
Base class for collisional damping models.
virtual vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Member Functions.
virtual autoPtr< DampingModel< CloudType > > clone() const
Construct and return a clone.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual bool active() const
Return the model 'active' status.
NoDamping(const dictionary &dict, CloudType &owner)
Construct from components.