Go to the documentation of this file.
34 #ifndef GradientDispersionRAS_H
35 #define GradientDispersionRAS_H
48 template<
class CloudType>
virtual ~GradientDispersionRAS()
Destructor.
virtual void cacheFields(const bool store)
Cache carrier fields.
bool ownGradK_
Take ownership of the grad(k)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const volVectorField * gradkPtr_
Gradient of k.
virtual autoPtr< DispersionModel< 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...
TypeName("gradientDispersionRAS")
Runtime type information.
The velocity is perturbed in the direction of -grad(k), with a Gaussian random number distribution wi...
Generic GeometricField class.
GradientDispersionRAS(const dictionary &dict, CloudType &owner)
Construct from components.
virtual vector update(const scalar dt, const label cellI, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb)
Update (disperse particles)
Base class for particle dispersion models based on RAS turbulence.