Go to the documentation of this file.
36 #ifndef GradientDispersionRAS_H
37 #define GradientDispersionRAS_H
50 template<
class CloudType>
virtual vector update(const scalar dt, const label celli, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb)
virtual ~GradientDispersionRAS()
virtual void cacheFields(const bool store)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const volVectorField * gradkPtr_
virtual autoPtr< DispersionModel< CloudType > > clone() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
TypeName("gradientDispersionRAS")
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)
Base class for particle dispersion models based on RAS turbulence.