36 #ifndef CloudFunctionObjectList_H 37 #define CloudFunctionObjectList_H 51 template<
class CloudType>
54 public PtrList<CloudFunctionObject<CloudType>>
117 const point& position0,
virtual void postPatch(const typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Post-patch hook.
const dictionary & dict() const
Return the forces dictionary.
const dictionary dict_
Dictionary.
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const HashSet< word > &selectedFields, LIFOStack< regIOobject *> &storedObjects)
Read the selected GeometricFields of the specified type.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void postEvolve()
Post-evolve hook.
virtual ~CloudFunctionObjectList()
Destructor.
CloudFunctionObjectList(CloudType &owner)
Null constructor.
virtual void postFace(const typename CloudType::parcelType &p, bool &keepParticle)
Post-face hook.
virtual void preEvolve()
Pre-evolve hook.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual void postMove(typename CloudType::parcelType &p, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
List of cloud function objects.
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.
const CloudType & owner_
Reference to the owner cloud.
Templated base class for dsmc cloud.