36 #ifndef velocityLaplacian_fvMotionSolver_H
37 #define velocityLaplacian_fvMotionSolver_H
48 class motionDiffusivity;
50 namespace fvMotionSolvers
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base class for fvMesh motion solvers.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion velocity.
TypeName("velocityLaplacian")
Runtime type information.
void operator=(const velocityLaplacian &)=delete
Disallow default bitwise assignment.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
~velocityLaplacian()
Destructor.
velocityLaplacian(fvMesh &, const dictionary &)
Construct from fvMesh and dictionary.
volVectorField & cellMotionU()
Return reference to the cell motion velocity field.
Abstract base class for velocity pointMesh movers.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.