30 template<
class CloudType>
39 template<
class CloudType>
47 template<
class CloudType>
52 const word& modelName,
53 const word& objectType
57 outputDir_(owner.mesh().time().path())
67 outputDir_ = outputDir_/
".."/relPath;
71 outputDir_ = outputDir_/relPath;
76 template<
class CloudType>
83 outputDir_(ppm.outputDir_)
89 template<
class CloudType>
96 template<
class CloudType>
103 template<
class CloudType>
113 template<
class CloudType>
127 template<
class CloudType>
141 template<
class CloudType>
153 template<
class CloudType>
160 template<
class CloudType>
const Time & time() const
Return time.
virtual void postMove(typename CloudType::parcelType &p, const label celli, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
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 dictionary & dict() const
Return const access to the cloud dictionary.
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & modelName() const
Return const access to the name of the sub-model.
const fileName & outputDir() const
Return the output path.
Base class for cloud sub-models.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
virtual void preEvolve()
Pre-evolve hook.
virtual bool writeTime() const
Flag to indicate when to write a property.
A class for handling words, derived from string.
virtual void postEvolve()
Post-evolve hook.
Storage and named access for the indices of a tet which is part of the decomposition of a cell...
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void postPatch(const typename CloudType::parcelType &p, const polyPatch &pp, const scalar trackFraction, const tetIndices &testIs, bool &keepParticle)
Post-patch hook.
static const word prefix
The prefix to local: lagrangian.
static bool & parRun()
Is this a parallel run?
fileName writeTimeDir() const
Return the output time path.
virtual void postFace(const typename CloudType::parcelType &p, const label facei, bool &keepParticle)
Post-face hook.
const CloudType & owner() const
Return const access to the owner cloud.
A patch is a list of labels that address the faces in the global face list.
CloudFunctionObject(CloudType &owner)
Construct null from owner.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Templated base class for dsmc cloud.
Templated cloud function object base class.
virtual ~CloudFunctionObject()
Destructor.