Go to the documentation of this file.
48 #ifndef PatchCollisionDensity_H
49 #define PatchCollisionDensity_H
62 template<
class CloudType>
72 const scalar minSpeed_;
A class for handling words, derived from Foam::string.
Function object which generates fields of the number and rate of collisions per unit area on all patc...
virtual ~PatchCollisionDensity()=default
const CloudType & owner() const
const word & modelName() const
virtual void postPatch(const parcelType &p, const polyPatch &pp, bool &keepParticle)
TypeName("patchCollisionDensity")
const dictionary & dict() const
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
ParticleType particleType
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
PatchCollisionDensity(const dictionary &dict, CloudType &owner, const word &modelName)
Templated cloud function object base class.