35 #ifndef VoidFraction_H 36 #define VoidFraction_H 50 template<
class CloudType>
123 const point& position0,
virtual void postMove(parcelType &p, const scalar dt, const point &position0, bool &keepParticle)
Post-move hook.
Creates particle void fraction field on carrier phase.
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 dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
TypeName("voidFraction")
Runtime type information.
A class for handling words, derived from string.
virtual ~VoidFraction()
Destructor.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void preEvolve()
Pre-evolve hook.
virtual void postEvolve()
Post-evolve hook.
virtual void write()
Write post-processing info.
VoidFraction(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
Templated base class for dsmc cloud.
Templated cloud function object base class.