44 #ifndef RelativeVelocity_H 45 #define RelativeVelocity_H 58 template<
class CloudType>
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.
RelativeVelocity(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
A class for handling words, derived from string.
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
virtual ~RelativeVelocity()
Destructor.
virtual void write()
Write post-processing info.
TypeName("relativeVelocity")
Runtime type information.
Function object which generates a lagrangian field containing the velocity of each particle relative ...
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.