36 #ifndef displacementLaplacianFvMotionSolver_H 37 #define displacementLaplacianFvMotionSolver_H 48 class motionDiffusivity;
73 label frozenPointsZone_;
113 return cellDisplacement_;
119 return cellDisplacement_;
129 virtual void solve();
Virtual base class for displacement motion solver.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
~displacementLaplacianFvMotionSolver()
Destructor.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Base class for fvMesh based motionSolvers.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
TypeName("displacementLaplacian")
Runtime type information.
Abstract base class for cell-centre mesh motion diffusivity.
virtual void solve()
Solve for motion.
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.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion displacem...
motionDiffusivity & diffusivity()
Return reference to the diffusivity field.