34template<
class CloudType>
46template<
class CloudType>
60 Info<<
"Constructing cloud functions" <<
endl;
93template<
class CloudType>
107template<
class CloudType>
115 this->operator[](i).preEvolve(td);
120template<
class CloudType>
128 this->operator[](i).postEvolve(td);
133template<
class CloudType>
138 const point& position0,
149 this->operator[](i).postMove(
p, dt, position0, keepParticle);
154template<
class CloudType>
169 this->operator[](i).postPatch(
p, pp, keepParticle);
174template<
class CloudType>
188 this->operator[](i).postFace(
p, keepParticle);
List of cloud function objects.
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.
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 void postFace(const parcelType &p, bool &keepParticle)
Post-face hook.
Templated cloud function object base class.
Templated base class for dsmc cloud.
virtual void postEvolve()
Post-evolve hook.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const CloudFunctionObject< CloudType > * set(const label i) const
void resize(const label newLen)
Adjust size of PtrList.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Find and return a sub-dictionary.
wordList toc() const
Return the table of contents.
Class used to pass data into container.
A patch is a list of labels that address the faces in the global face list.
A class for handling words, derived from Foam::string.
messageStream Info
Information stream (stdout output on master, null elsewhere)
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type.
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define forAll(list, i)
Loop across all elements in list.