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