49 namespace PackingModels
56 template<
class CloudType>
Implicit model for applying an inter-particle stress to the particles.
virtual void cacheFields(const bool store)
Calculate the inter particles stresses.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class for packing models.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
virtual ~Implicit()
Destructor.
TypeName("implicit")
Runtime type information.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
Implicit(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 vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Calculate the velocity correction.
A class for managing temporary objects.
Templated base class for dsmc cloud.