58 #ifndef displacementLayeredMotionSolver_H
59 #define displacementLayeredMotionSolver_H
130 virtual void solve();
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Interpolating motion solver for extruded/layered meshes.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
virtual void topoChange(const polyTopoChangeMap &)
Update topology (not implemented)
void operator=(const displacementLayeredMotionSolver &)=delete
Disallow default bitwise assignment.
~displacementLayeredMotionSolver()
Destructor.
displacementLayeredMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
TypeName("displacementLayered")
Runtime type information.
virtual void solve()
Solve for motion.
Virtual base class for displacement motion solver.
const word & name() const
Return name.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.
A class for handling words, derived from string.