Go to the documentation of this file.
41 #ifndef velocityLaplacianFvMotionSolver_H
42 #define velocityLaplacianFvMotionSolver_H
53 class motionInterpolation;
54 class motionDiffusivity;
124 virtual tmp<pointField>
curPoints()
const;
127 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
TypeName("velocityLaplacian")
A class for managing temporary objects.
Virtual base class for velocity motion solver.
volVectorField & cellMotionU()
Mesh consisting of general polyhedral cells.
const volVectorField & cellMotionU() const
Base class for fvMesh based motionSolvers.
~velocityLaplacianFvMotionSolver()
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion velocity.
virtual tmp< pointField > curPoints() const
virtual void updateMesh(const mapPolyMesh &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.