39#ifndef CloudFunctionObjectList_H
40#define CloudFunctionObjectList_H
54template<
class CloudType>
57 public PtrList<CloudFunctionObject<CloudType>>
132 const point& position0,
List of cloud function objects.
const CloudType & owner_
Reference to the owner cloud.
virtual void postMove(parcelType &p, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
virtual void postPatch(const parcelType &p, const polyPatch &pp, bool &keepParticle)
Post-patch hook.
virtual void postEvolve(const typename parcelType::trackingData &td)
Post-evolve hook.
const dictionary dict_
Dictionary.
const dictionary & dict() const
Return the forces dictionary.
const CloudType & owner() const
Return const access to the cloud owner.
virtual void preEvolve(const typename parcelType::trackingData &td)
Pre-evolve hook.
virtual ~CloudFunctionObjectList()=default
Destructor.
virtual void postFace(const parcelType &p, bool &keepParticle)
Post-face hook.
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Class used to pass data into container.
A patch is a list of labels that address the faces in the global face list.
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type.