39 #ifndef motionSolverList_H 40 #define motionSolverList_H Template dictionary class which manages the storage associated with it.
virtual ~motionSolverList()
Destructor.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual void solve()
Solve for motion.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for mesh motion solver.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
void operator=(const motionSolverList &)=delete
Disallow default bitwise assignment.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
Motion of the mesh specified as a list of motion solvers.
TypeName("motionSolverList")
Runtime type information.
motionSolverList(const word &name, const polyMesh &, const dictionary &)
Construct from mesh and dictionary.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
const word & name() const
Return name.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual tmp< pointField > curPoints() const
Provide current points for motion. Uses current motion field.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.