Go to the documentation of this file.
30 template<
class CloudType>
39 template<
class CloudType>
47 template<
class CloudType>
52 const word& modelName,
53 const word& objectType
60 "postProcessing"/
cloud::prefix/owner.name()/this->modelName();
67 outputDir_ = outputDir_/
".."/relPath;
71 outputDir_ = outputDir_/relPath;
76 template<
class CloudType>
89 template<
class CloudType>
96 template<
class CloudType>
103 template<
class CloudType>
106 if (this->owner().time().outputTime())
113 template<
class CloudType>
127 template<
class CloudType>
141 template<
class CloudType>
153 template<
class CloudType>
160 template<
class CloudType>
163 return outputDir_/this->owner().time().timeName();
A class for handling words, derived from string.
A class for handling file names.
fileName outputDir_
Output path.
CloudFunctionObject(CloudType &owner)
Construct null from owner.
static bool & parRun()
Is this a parallel run?
Base class for cloud sub-models.
virtual ~CloudFunctionObject()
Destructor.
virtual void write()
Write post-processing info.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
fileName outputTimeDir() const
Return the output time path.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fvMesh & mesh() const
Return refernce to the mesh.
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
virtual void postPatch(const typename CloudType::parcelType &p, const polyPatch &pp, const scalar trackFraction, const tetIndices &testIs, bool &keepParticle)
Post-patch hook.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void postEvolve()
Post-evolve hook.
static const word prefix
The prefix to local: lagrangian.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
virtual void postFace(const typename CloudType::parcelType &p, const label faceI, bool &keepParticle)
Post-face hook.
fileName path() const
Return path.
Templated cloud function object base class.
const Time & time() const
Return the top-level database.
virtual void postMove(typename CloudType::parcelType &p, const label cellI, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void preEvolve()
Pre-evolve hook.
const fileName & outputDir() const
Return the output path.