30 template<
class CloudType>
39 template<
class CloudType>
47 template<
class CloudType>
52 const word& modelName,
53 const word& objectType
62 outputDir_ = owner.mesh().time().globalPath()/relPath;
66 template<
class CloudType>
73 outputDir_(ppm.outputDir_)
79 template<
class CloudType>
86 template<
class CloudType>
91 template<
class CloudType>
101 template<
class CloudType>
112 template<
class CloudType>
122 template<
class CloudType>
131 template<
class CloudType>
138 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...
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.
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.