Go to the documentation of this file.
36 #ifndef CloudFunctionObjectList_H
37 #define CloudFunctionObjectList_H
51 template<
class CloudType>
54 public PtrList<CloudFunctionObject<CloudType> >
118 const point& position0,
127 const scalar trackFraction,
virtual void postPatch(const typename CloudType::parcelType &p, const polyPatch &pp, const scalar trackFraction, const tetIndices &tetIs, bool &keepParticle)
Post-patch hook.
const CloudType & owner_
Reference to the owner cloud.
This function object reads fields from the time directories and adds them to the mesh database for fu...
virtual void postFace(const typename CloudType::parcelType &p, const label faceI, bool &keepParticle)
Post-face hook.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A patch is a list of labels that address the faces in the global face list.
const CloudType & owner() const
Return const access to the cloud owner.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void postMove(typename CloudType::parcelType &p, const label cellI, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
List of cloud function objects.
virtual void preEvolve()
Pre-evolve hook.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
virtual ~CloudFunctionObjectList()
Destructor.
const dictionary dict_
Dictionary.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void postEvolve()
Post-evolve hook.
CloudFunctionObjectList(CloudType &owner)
Null constructor.
const dictionary & dict() const
Return the forces dictionary.