39 #ifndef motionSolverList_H 40 #define motionSolverList_H virtual ~motionSolverList()
Destructor.
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.
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.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
TypeName("motionSolverList")
Runtime type information.
motionSolverList(const polyMesh &, const dictionary &)
Construct from mesh and dictionary.
virtual tmp< pointField > curPoints() const
Provide current points for motion. Uses current motion field.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.