Go to the documentation of this file.
58 namespace PackingModels
65 template<
class CloudType>
virtual void cacheFields(const bool store)
Calculate the inter particles stresses.
virtual autoPtr< PackingModel< CloudType > > clone() const
Construct and return a clone.
Explicit model for applying an inter-particle stress to the particles.
autoPtr< AveragingMethod< scalar > > stressAverage_
Stress average field.
autoPtr< CorrectionLimitingMethod > correctionLimiting_
Correction limiter.
Templated base class for dsmc cloud.
virtual ~Explicit()
Destructor.
Base class for packing models.
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Explicit(const dictionary &dict, CloudType &owner)
Construct from components.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const AveragingMethod< scalar > * volumeAverage_
Private data.
const AveragingMethod< vector > * uAverage_
Velocity average.
TypeName("explicit")
Runtime type information.