38#ifndef velocityDisplacementMotionSolver_H
39#define velocityDisplacementMotionSolver_H
55class velocityDisplacementMotionSolver
68 velocityDisplacementMotionSolver
70 const velocityDisplacementMotionSolver&
74 void operator=(
const velocityDisplacementMotionSolver&) =
delete;
77 wordList pointDisplacementBoundaryTypes()
const;
89 velocityDisplacementMotionSolver
106 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Virtual base class for displacement motion solver.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
~velocityDisplacementMotionSolver()
Destructor.
virtual void movePoints(const pointField &)
Update geometry.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
TypeName("velocityDisplacement")
Runtime type information.
virtual void solve()
Solve for motion.
velocityMotionSolver(const velocityMotionSolver &)=delete
No copy construct.
List< word > wordList
List of word.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.