36 #ifndef velocityComponentLaplacian_fvMotionSolver_H
37 #define velocityComponentLaplacian_fvMotionSolver_H
48 class motionDiffusivity;
50 namespace fvMotionSolvers
77 TypeName(
"velocityComponentLaplacian");
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 given component ...
velocityComponentLaplacian(fvMesh &, const dictionary &)
Construct from fvMesh and dictionary.
~velocityComponentLaplacian()
Destructor.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
volScalarField & cellMotionU()
Non-const access to the cellMotionU in order to allow changes.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("velocityComponentLaplacian")
Runtime type information.
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.