Go to the documentation of this file.
36 #ifndef velocityLaplacianFvMotionSolver_H
37 #define velocityLaplacianFvMotionSolver_H
48 class motionInterpolation;
49 class motionDiffusivity;
122 virtual void solve();
void operator=(const velocityLaplacianFvMotionSolver &)
Disallow default bitwise assignment.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
TypeName("velocityLaplacian")
Runtime type information.
A class for managing temporary objects.
Virtual base class for velocity motion solver.
volVectorField & cellMotionU()
Return reference to the cell motion velocity field.
volVectorField cellMotionU_
Cell-centre motion field.
Mesh consisting of general polyhedral cells.
const volVectorField & cellMotionU() const
Return const reference to the cell motion velocity field.
Base class for fvMesh based motionSolvers.
~velocityLaplacianFvMotionSolver()
Destructor.
velocityLaplacianFvMotionSolver(const velocityLaplacianFvMotionSolver &)
Disallow default bitwise copy construct.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion velocity.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
autoPtr< motionDiffusivity > diffusivityPtr_
Diffusivity used to control the motion.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void solve()
Solve for motion.
Generic GeometricField class.
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.