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