58 namespace PackingModels
65 template<
class CloudType>
TypeName("explicit")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Calculate the velocity correction.
Base class for packing models.
virtual autoPtr< PackingModel< CloudType > > clone() const
Construct and return a clone.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
Explicit model for applying an inter-particle stress to the particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Explicit(const dictionary &dict, CloudType &owner)
Construct from components.
virtual ~Explicit()
Destructor.
virtual void cacheFields(const bool store)
Calculate the inter particles stresses.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.