30 template<
class CloudType>
35 this->owner().fieldIOobject(
"URel", IOobject::NO_READ),
43 this->owner().
solution().interpolationSchemes(),
53 - UcInterp->interpolate
56 iter().currentTetIndices()
61 URel.
write(this->owner().size() > 0);
67 template<
class CloudType>
79 template<
class CloudType>
91 template<
class CloudType>
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
RelativeVelocity(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
A class for handling words, derived from string.
virtual ~RelativeVelocity()
Destructor.
virtual void write()
Write post-processing info.
Abstract base class for interpolation.
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...
Selector class for relaxation factors, solver type and solution.
virtual bool write(const bool write=true) const
Write using setting from DB.
Templated base class for dsmc cloud.
Templated cloud function object base class.
A primitive field of type <T> with automated input and output.