35 #ifndef interpolator_pointMeshMovers_H
36 #define interpolator_pointMeshMovers_H
47 class interpolationWeights;
49 namespace pointMeshMovers
64 const word fieldName_;
66 const word interpolationScheme_;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Interpolates pointMesh point pointVectorFields.
void write(Ostream &) const
Write.
interpolator(const polyMesh &mesh, const dictionary &dict)
Construct from mesh and dictionary.
tmp< pointVectorField > curPointField() const
Return interpolated pointField for the currentTime.
~interpolator()
Destructor.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Specialisations of Field<T> for scalar, vector and tensor.