36 #ifndef displacementLaplacianFvMotionSolver_H 37 #define displacementLaplacianFvMotionSolver_H 48 class motionDiffusivity;
73 label frozenPointsZone_;
108 return cellDisplacement_;
114 return cellDisplacement_;
124 virtual void solve();
Virtual base class for displacement motion solver.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const displacementLaplacianFvMotionSolver &)=delete
Disallow default bitwise assignment.
~displacementLaplacianFvMotionSolver()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
displacementLaplacianFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Base class for fvMesh based motionSolvers.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
TypeName("displacementLaplacian")
Runtime type information.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const word & name() const
Return name.
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.
Class containing mesh-to-mesh mapping information.
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.