38 #ifndef displacementMotionSolver_H 39 #define displacementMotionSolver_H 67 TypeName(
"displacementMotionSolver");
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Virtual base class for displacement motion solver.
TypeName("displacementMotionSolver")
Runtime type information.
pointVectorField pointDisplacement_
Point motion field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
A class for handling words, derived from string.
const word & name() const
Return name.
void operator=(const displacementMotionSolver &)=delete
Disallow default bitwise assignment.
virtual ~displacementMotionSolver()
Destructor.
Virtual base class for displacement motion solvers.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information.
displacementMotionSolver(const word &name, const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.