Go to the documentation of this file.
56 namespace DampingModels
63 template<
class CloudType>
Base class for lagrangian averaging methods.
Base class for collisional damping models.
const AveragingMethod< vector > * uAverage_
Velocity average.
Relaxation(const dictionary &dict, CloudType &owner)
Construct from components.
autoPtr< AveragingMethod< scalar > > oneByTimeScaleAverage_
Reciprocal of the time scale average.
Templated base class for dsmc cloud.
virtual autoPtr< DampingModel< CloudType > > clone() const
Construct and return a clone.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void cacheFields(const bool store)
Member Functions.
virtual ~Relaxation()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Relaxation collisional damping model.
virtual vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Calculate the velocity correction.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
TypeName("relaxation")
Runtime type information.