35 #ifndef ParticleTracks_H
36 #define ParticleTracks_H
50 template<
class CloudType>
135 virtual void preFace(
const parcelType&
p);
Templated cloud function object base class.
const CloudType & owner() const
Return const access to the owner cloud.
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
An STL-conforming hash table.
Records particle state (all variables) on each call to postFace.
TypeName("particleTracks")
Runtime type information.
virtual void postPatch(const parcelType &p, const polyPatch &pp)
Post-patch hook.
ParticleTracks(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
virtual void preFace(const parcelType &p)
Post-face hook.
virtual ~ParticleTracks()
Destructor.
void write()
Write post-processing info.
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
virtual void preEvolve()
Pre-evolve hook.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A patch is a list of labels that address the faces in the global face list.
const dictionary & dict() const
Return const access to the cloud dictionary.
const word & modelName() const
Return const access to the name of the sub-model.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.