35 #ifndef VolumeFraction_H
36 #define VolumeFraction_H
50 template<
class CloudType>
Templated cloud function object base class.
const CloudType & owner() const
Return const access to the owner cloud.
Templated base class for dsmc cloud.
Generic GeometricField class.
Creates particle volume fraction field on carrier phase.
virtual void postEvolve()
Post-evolve hook.
TypeName("volumeFraction")
Runtime type information.
VolumeFraction(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
virtual void write()
Write post-processing info.
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
virtual ~VolumeFraction()
Destructor.
volScalarField alpha_
Volume fraction field.
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....
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.