59#ifndef Foam_FreezeParticles_H
60#define Foam_FreezeParticles_H
73template<
class CloudType>
Templated cloud function object base class.
CloudFunctionObject(CloudType &owner)
Construct null from owner.
const CloudType & owner() const
Return const access to the owner cloud.
particle::trackingData trackingData
Sets particle active flag to false to freeze particles in space.
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
FreezeParticles(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
TypeName("FreezeParticles")
Runtime type information.
virtual void preEvolve(const typename parcelType::trackingData &td)
Pre-evolve hook.
virtual ~FreezeParticles()=default
Destructor.
CloudType::parcelType parcelType
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & dict() const
Return const access to the cloud dictionary.
const word & modelName() const
Return const access to the name of the sub-model.
A class for handling words, derived from Foam::string.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.