58 #ifndef fvMeshMoversInterpolator_H 59 #define fvMeshMoversInterpolator_H 68 namespace fvMeshMovers
85 const Switch displacement_;
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Helper class to update the velocity boundary conditions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Abstract base class for fvMesh movers.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
~interpolator()
Destructor.
TypeName("interpolator")
Runtime type information.
void operator=(const interpolator &)=delete
Disallow default bitwise assignment.
virtual bool update()
Update the mesh for both mesh motion and topology change.
Interpolates pre-specified motion specified as a set of pointVectorFields.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
interpolator(fvMesh &mesh)
Construct from fvMesh.
Mesh data needed to do the Finite Volume discretisation.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
fvMesh & mesh()
Return the fvMesh.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Interpolates pointVectorFields.
Class containing mesh-to-mesh mapping information.