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