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