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;
77 template<
class CloudType>
84 outputDir_(ppm.outputDir_)
90 template<
class CloudType>
97 template<
class CloudType>
102 template<
class CloudType>
112 template<
class CloudType>
123 template<
class CloudType>
133 template<
class CloudType>
142 template<
class CloudType>
149 template<
class CloudType>
A class for handling file names.
virtual void postMove(typename CloudType::parcelType &p, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool clean()
Cleanup file name.
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.
const word & modelName() const
Return const access to the name of the sub-model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
fileName writeTimeDir() const
Return the output time path.
A class for handling words, derived from string.
virtual void postEvolve()
Post-evolve hook.
virtual void postPatch(const typename CloudType::parcelType &p, const polyPatch &pp, bool &keepParticle)
Post-patch hook.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const Time & time() const
Return time.
static const word prefix
The prefix to local: lagrangian.
virtual void postFace(const typename CloudType::parcelType &p, bool &keepParticle)
Post-face hook.
const fileName & outputDir() const
Return the output path.
static bool & parRun()
Is this a parallel run?
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.