36 #ifndef velocityLaplacianFvMotionSolver_H 37 #define velocityLaplacianFvMotionSolver_H 48 class motionDiffusivity;
113 virtual void solve();
A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for velocity motion solver.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Base class for fvMesh based motionSolvers.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void solve()
Solve for motion.
const word & name() const
Return name.
TypeName("velocityLaplacian")
Runtime type information.
velocityLaplacianFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion velocity...
volVectorField & cellMotionU()
Return reference to the cell motion velocity field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.
~velocityLaplacianFvMotionSolver()
Destructor.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
void operator=(const velocityLaplacianFvMotionSolver &)=delete
Disallow default bitwise assignment.