41#ifndef velocityLaplacianFvMotionSolver_H
42#define velocityLaplacianFvMotionSolver_H
60class velocityLaplacianFvMotionSolver
80 velocityLaplacianFvMotionSolver
82 const velocityLaplacianFvMotionSolver&
86 void operator=(
const velocityLaplacianFvMotionSolver&) =
delete;
98 velocityLaplacianFvMotionSolver
124 virtual tmp<pointField>
curPoints()
const;
127 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.
fvMotionSolver(const polyMesh &)
Construct from polyMesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Abstract base class for cell-centre mesh motion diffusivity.
Base class for interpolation of cell displacement fields, generated by fvMotionSolvers,...
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.
TypeName("velocityLaplacian")
Runtime type information.
volVectorField & cellMotionU()
Return reference to the cell motion velocity field.
const volVectorField & cellMotionU() const
Return const reference to the cell motion velocity field.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
~velocityLaplacianFvMotionSolver()
Destructor.
virtual void solve()
Solve for motion.
velocityMotionSolver(const velocityMotionSolver &)=delete
No copy construct.
GeometricField< vector, fvPatchField, volMesh > volVectorField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.