39 #ifndef FacePostProcessing_H 40 #define FacePostProcessing_H 54 template<
class CloudType>
71 const word surfaceFormat_;
103 const word& zoneName,
162 virtual void postFace(
const parcelType&
p,
bool& keepParticle);
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void write()
Write post-processing info.
A list of keyword definitions, which are a keyword followed by any number of values (e...
FacePostProcessing(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
const Switch & resetOnWrite() const
Return const access to the reset on write flag.
virtual ~FacePostProcessing()
Destructor.
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.
virtual void postFace(const parcelType &p, bool &keepParticle)
Post-face hook.
A class for handling words, derived from string.
Records particle face quantities on used-specified face zone.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
TypeName("facePostProcessing")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.
Templated cloud function object base class.