Go to the documentation of this file.
49 namespace PackingModels
56 template<
class CloudType>
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
tmp< surfaceScalarField > phiCorrect_
Correction flux.
scalar alphaMin_
Minimum stable volume fraction.
A class for managing temporary objects.
virtual ~Implicit()
Destructor.
virtual void cacheFields(const bool store)
Calculate the inter particles stresses.
virtual vector velocityCorrection(typename CloudType::parcelType &p, const scalar deltaT) const
Calculate the velocity correction.
volScalarField alpha_
Private data.
TypeName("implicit")
Runtime type information.
virtual autoPtr< PackingModel< CloudType > > clone() const
Construct and return a clone.
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....
scalar rhoMin_
Minimum stable density.
Implicit(const dictionary &dict, CloudType &owner)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Implicit model for applying an inter-particle stress to the particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Switch applyGravity_
Flag to indicate whether gravity is applied.
Generic GeometricField class.
tmp< volVectorField > uCorrect_
Correction cell-centred velocity.