Go to the documentation of this file.
41 #ifndef displacementLaplacianFvMotionSolver_H
42 #define displacementLaplacianFvMotionSolver_H
53 class motionInterpolation;
54 class motionDiffusivity;
82 label frozenPointsZone_;
131 return cellDisplacement_;
137 return cellDisplacement_;
144 virtual tmp<pointField>
curPoints()
const;
147 virtual void solve();
~displacementLaplacianFvMotionSolver()
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A primitive field of type <T> with automated input and output.
pointVectorField & pointDisplacement()
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
virtual void updateMesh(const mapPolyMesh &)
motionDiffusivity & diffusivity()
Mesh consisting of general polyhedral cells.
Base class for fvMesh based motionSolvers.
TypeName("displacementLaplacian")
Virtual base class for displacement motion solver.
virtual tmp< pointField > curPoints() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
volVectorField & cellDisplacement()
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion displacem...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
const fvMesh & mesh() const
const volVectorField & cellDisplacement() const